The NEW Build Your Own Arcade Controls

Main => Forum/Website Discussion => Topic started by: ark_ader on April 08, 2008, 02:15:46 am

Title: How do I make single words clickable with a very long link embedded?
Post by: ark_ader on April 08, 2008, 02:15:46 am
Any ideas?
Title: Re: How do I make single words clickable with a very long link embedded?
Post by: patrickl on April 08, 2008, 05:42:44 am
You mean you want to know how to use the url tag?

it's in the SMF Bulletin Board Code in the forum Help (http://forum.arcadecontrols.com/index.php?action=help;page=post#bbcref)

Code: [Select]
[url=http://somesite/]descriptive link[/url]
Title: Re: How do I make single words clickable with a very long link embedded?
Post by: ark_ader on April 08, 2008, 12:36:25 pm
I try using that but all I get is this: http://forum.arcadecontrols.com/index.php?board=7.0 (http://forum.arcadecontrols.com/index.php?board=7.0)
Title: Re: How do I make single words clickable with a very long link embedded?
Post by: saint on April 08, 2008, 12:54:21 pm
I try using that but all I get is this: http://forum.arcadecontrols.com/index.php?board=7.0 (http://forum.arcadecontrols.com/index.php?board=7.0)

That's exactly what it's supposed to do. You put in:

Code: [Select]

[url=http://forum.arcadecontrols.com/index.php?board=7.0]http://forum.arcadecontrols.com/index.php?board=7.0[/url]
[/quote]



which looks like:

http://forum.arcadecontrols.com/index.php?board=7.0 (http://forum.arcadecontrols.com/index.php?board=7.0)


You could have put in:

Code: [Select]

[url=http://forum.arcadecontrols.com/index.php?board=7.0]Something else for the link text here[/url]
[/quote]



Which looks like this:

Something else for the link text here (http://forum.arcadecontrols.com/index.php?board=7.0)

Title: Re: How do I make single words clickable with a very long link embedded?
Post by: ark_ader on April 09, 2008, 12:04:43 am
Ahhh the sneaky right square bracket.

Well whoever reads this thread will learn something like I did today.

Thanks  :applaud: