How do you make it launch a new window for a url?
I tried target _blank after the url link but then it can't find the link as it puts a 20% instead of the space???
target _blank
-
- Super Advanced
- Posts: 42
- Joined: Thu Apr 14, 2005 11:37 pm
- Location: Huntsville, AL
- Contact:
target _blank
That's what I have:
url=http://www.beaches-rivers.com target=_blank
it's the space between .com and target where it's interpreting it as 20%
url=http://www.beaches-rivers.com target=_blank
it's the space between .com and target where it's interpreting it as 20%
Ahh. Over here, target= is a standalone item...
etc.
Code: Select all
url=http://www.beaches-rivers.com;target=_blank;
John
-
- Super Advanced
- Posts: 42
- Joined: Thu Apr 14, 2005 11:37 pm
- Location: Huntsville, AL
- Contact:
Thanks a bunch!
That did it!