Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: How do I make single words clickable with a very long link embedded?  (Read 4692 times)

0 Members and 1 Guest are viewing this topic.

ark_ader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5645
  • Last login:March 02, 2019, 07:35:34 pm
  • I glow in the dark.
Any ideas?
If I had only one wish, it would be for three more wishes.

patrickl

  • I cannot know for certain which will be tastiest
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4614
  • Last login:August 27, 2021, 09:25:30 am
  • Yo momma llama
    • PocketGalaga
Re: How do I make single words clickable with a very long link embedded?
« Reply #1 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

Code: [Select]
[url=http://somesite/]descriptive link[/url]
This signature is intentionally left blank

ark_ader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5645
  • Last login:March 02, 2019, 07:35:34 pm
  • I glow in the dark.
Re: How do I make single words clickable with a very long link embedded?
« Reply #2 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
If I had only one wish, it would be for three more wishes.

saint

  • turned to the Dark Side
  • Supreme Chancellor
  • Trade Count: (+6)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 6149
  • Last login:June 15, 2025, 12:34:26 pm
  • I only work in cyberspace...
    • Build Your Own Arcade Controls
Re: How do I make single words clickable with a very long link embedded?
« Reply #3 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

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


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

--- John St.Clair
     Build Your Own Arcade Controls FAQ
     http://www.arcadecontrols.com/
     Project Arcade 2!
     http://www.projectarcade2.com/
     saint@arcadecontrols.com

ark_ader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5645
  • Last login:March 02, 2019, 07:35:34 pm
  • I glow in the dark.
Re: How do I make single words clickable with a very long link embedded?
« Reply #4 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:
If I had only one wish, it would be for three more wishes.