i was trying to post a link in a thread and am seeing this:
http://www.piaggiousa.com/scooters.html ... ns/fly-150
according to the instructions that should've made the link a link, but it's not. what am i doing wrong? thx.
NSR: Attaching link not working
Moderator: Modern Buddy Staff
- un_designer
- Member
- Posts: 483
- Joined: Sun Jun 17, 2007 1:28 pm
- Location: Denver, CO
NSR: Attaching link not working

» Current: 2006 Saabaru 9-2x Aero, 2006 Scion xB, Original '07 Series Italia, 2003 Marin Highway One
» Departed: 2004 Subaru WRX, 1999 1/2 VW GTI
- jmazza
- Moderator
- Posts: 2960
- Joined: Tue Dec 11, 2007 10:03 pm
- Location: Broomfield, CO
Hmmm... let me see if it works for me:
http://www.piaggiousa.com/scooters.html ... ns/fly-150
how about this way
Weird- I'll PM Eric about it!
http://www.piaggiousa.com/scooters.html ... ns/fly-150
how about this way
Weird- I'll PM Eric about it!
- ericalm
- Site Admin
- Posts: 16842
- Joined: Sat Jun 10, 2006 3:01 am
- Location: Los Angeles, CA
- Contact:
Looks like the ! is acting as an escape character and goofing it up.
The workaround is to use HTML:
Gives us:
<a href="http://www.piaggiousa.com/scooters.html ... testing</a>
The workaround is to use HTML:
Code: Select all
<a href="http://www.piaggiousa.com/scooters.html#!s=specifications/fly-150">testing</a>
<a href="http://www.piaggiousa.com/scooters.html ... testing</a>
Eric // LA Scooter Meetup Group // Stella 4T // Vespa LX // Vespa LXS // Honda Helix // some, uh, projects…
- un_designer
- Member
- Posts: 483
- Joined: Sun Jun 17, 2007 1:28 pm
- Location: Denver, CO
thx for the info. i've fixed the link now. i'm surprised that i'm the first to encounter this, since many (especially product sites) sites now contain super-crazy URL strings with all sorts of characters.

» Current: 2006 Saabaru 9-2x Aero, 2006 Scion xB, Original '07 Series Italia, 2003 Marin Highway One
» Departed: 2004 Subaru WRX, 1999 1/2 VW GTI
- ericalm
- Site Admin
- Posts: 16842
- Joined: Sat Jun 10, 2006 3:01 am
- Location: Los Angeles, CA
- Contact:
I confess that I'll often just fix bad URLs in posts if I find them.
Another way to do it is use a URL shortener such as is.gd. They always give back "clean" links.
Another way to do it is use a URL shortener such as is.gd. They always give back "clean" links.
Eric // LA Scooter Meetup Group // Stella 4T // Vespa LX // Vespa LXS // Honda Helix // some, uh, projects…