When linking images, we might find it having an ugly border like this
So there’s 2 way you can lose the ugly border;
One,
Get rid of the border once and for all by inserting border=”0″ in your image codes;
<a href=”TARGET-URL”><img src=”YOUR-IMAGE”
border=0></a>
border=0></a>
And it will look like this
Or you can set it for a nicer thin border by adding style=”border: solid 1px #HEX_COLOUR” in your image codes;
<a href=TARGET-URL><img src=YOUR-IMAGE
style=”border: 1px solid #000000″></a>
style=”border: 1px solid #000000″></a>
And it will look like this
Comment?
»
Leave a comment
ajwa . Naj . Wawa . 26 . 











