Linking to .mpg in description Linking to .mpg in description
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Linking to .mpg in description

Started by TwistedLogic, November 24, 2005, 03:24:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TwistedLogic

I'm trying to use the bbcode tag // to link to a video in my description.  I want to use [url=http://www.bcsvtcap.org/videos/VTANG Weapons Training.mpg]Download here[/url] but it doesn't work.  That's about all I can tell you about my problem.

Nibbler

URLs don't have spaces in them. If you must use spaces then replace the space character with %20 when you make the link ie.

[url=http://www.bcsvtcap.org/videos/VTANG%20Weapons%20Training.mpg]Download here[/url]

TwistedLogic

Great, thanks!  I should've known that since I've been doing web design for about a year now. My bad.