View Full Version : Linking Problem ????????????????


chrisstewart200
03-31-2004, 07:54 PM
Wen i do the code <target="rightside"> to open a link up onto a new window it doeant work.<target="_blanck"> doesnt work either ???????????????
HELP

-Chris

jasynder
03-31-2004, 07:56 PM
you misspelled "blank"...did you misspell it in the code?

bourdelson
03-31-2004, 08:06 PM
Do you have the target="_blank" and target="rightside" inside of the link tags like...

<a href="blah.html" target="rightside">stuff</a>
<a href="http://here.com" target="_blank">Page!</a>

...if you have it like that, it should be working.

If you are trying to make it a tag itself with <target="_blank"> and <target="rightside">, chances are that it won't work. :)