View Full Version : html help plz!


pinkhilduff
08-10-2005, 11:35 PM
ok, this is pretty stupid but I cant figure it out, hehe.

I have a link button. I want the site to open in a new window and also I want the link button to have no border. I don't know how to add those two things together.

This is what it looks like:

<IMG src="http://www.freewebz.com/hiluniverse/button5ow1ms.png" border=0>

but I also want it so the site opens in a new window.

I hope I make sense, lol.

Douglas
08-10-2005, 11:52 PM
<a href="LINK" target="_blank">
<img src="http://www.freewebz.com/hiluniverse/button5ow1ms.png" border="0" />
</a>

pinkhilduff
08-10-2005, 11:57 PM
Ok! Thanks sooo much!