|
Post by Andrew on Dec 19, 2005 6:07:45 GMT -5
Makes your hyperlink so it has no blue line around your image Sorry got the code wrong but now fixed it and this one works . <a href="http://your url here"><img src="your image here" border="0" /></a> If you want a border on your image then just change the boder size EG border="1" border="2" and so on.
|
|
|
Post by bethany54 on Dec 19, 2005 13:54:25 GMT -5
If you want your image to be a link that doesn't take you away from the page you are on but opens a new window instead . . .
< a href="http://your url here"><img src="http//:your image here" border="0" target=_blank></a>
I don't always want people to leave my sites but I do want clickable image or button links. Sometimes your linking image is too big though so you might need to add size tags as well. So it might look like this.
<a href="http://link" target="_blank"><img src="http://Img url here"border="0" width="88" height="31"></a>
If you have blind people who use reader software or those who block images, you really need to add text titles too. That would look like this. . .
<a href="http://link" target="_blank"><img src="http://Img url here"border="0" width="88" height="31" alt="Site or page name"></a>
|
|
|
Post by matthew on Dec 19, 2005 22:44:42 GMT -5
You can also add text titles this way <a href="LINK" title="TEXT OF HOVER">LINK</a> <img title="HOVER" src="LINK" border="0" /> <img title="HOVER" src="LINK" border="0" alt="text when broken" /> it works in firefox too (Sage/Dranew told me about that )
|
|
|
Post by bethany54 on Dec 19, 2005 23:33:09 GMT -5
We oughta drag Dranew here. He is a boy wonder!
|
|