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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.