> 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">

This is a CSS mailing list, and the border attribute is deprecated for
many a year by now.

a img {border:none; }

is the CSS to apply to get rid of the border.

http://wait-till-i.com/index.php?p=204

The other problem - I guess - can be solved with #logo{display:block}:
http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps

-- 
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
______________________________________________________________________
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