I need to get rid of a border around an image! I positioned the picture (a partly transparent gif) using css ... the picture is used as a link ot a different page ... but it's not supposed to have a border around it. can anyone help me?
FloppyCopy
11:32 pm on Dec 11, 2004 (gmt 0)
Add:
style="border: 0px;"
to the IMG tag.
gooo
12:27 am on Dec 12, 2004 (gmt 0)
thanks ... I thought style="border-style:none" would be enough .. but oviously it depends on the browser again ... I use opera and it always showed a border , but IE didn't