Page 1 of 1

Blue and magenta margins! How can i remove iT?

PostPosted: Thu Mar 13, 2008 1:32 pm
by paclopes
I decided to renovate my pbase gallery, but i found a problem i cant resolve.
I made a "Banner" and then aplly a link to it. Did it on my Mac and on safari its was great, just the way i wanted it but on IE i found some blue and magentas margins over the banner and also over the galerys a criated!

Can anyone tell me what to do? Seriously i do not understand HTML code, im trying to learn it :?

heres is My page : http://www.pbase.com/paclopes

Best regards
Paulo Lopes

PostPosted: Thu Mar 13, 2008 4:59 pm
by flemmingbo
IE always adds this ugly border unless you specify border=0 so you should always remember that on your IMG tags.

In your html
Code: Select all
<img src="http://www.pbase.com/paclopes/image/94111280.jpg">


just add a border=0 like this:
Code: Select all
<img src="http://www.pbase.com/paclopes/image/94111280.jpg" border=0>


regards,

Flemming