News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.