| On my fledgling site (www.champeauservices.com) I have my 
| logo at the top, which is an "img" within an "a" that will 
| serve as a Home button. In Safari it looks the way I expect 
| it to, but in IE6 Windows, it has a purple border (presumably 
| indicating that the logo is a link). In addition to the 
| border, IE6 also puts extra spacing around the logo. I've 
| tried a variety of CSS rules to force the border and spacing 
| to go away, but to no avail. Does anyone know what I should do?
| 
| Thanks,
| Dean


To get rid of the border, put border="0" in your image tag. Like this:
<img src="http://www.champeauservices.com/images/logo.gif"; border="0">

Daniel Hammond
www.objectivedesigns.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to