Ok,
when i do..
<a href="#"><img src="" /></a>
it comes with an image with a purple border round it
is there any way to get rid of this?
Printable View
Ok,
when i do..
<a href="#"><img src="" /></a>
it comes with an image with a purple border round it
is there any way to get rid of this?
omg. Cant believe the simplicity of things i miss lol.
Ty :)
+REP if i can
To make this apply to all images, add this to your CSS stylesheet:
Code:img {
border: none;
}