><div id="header">
><a href="home.htm"><img src="logo.jpg" alt="Company name" /></a>
><h1>Company name</h1>
></div>
>
>The problem here seems to be if the logo img also includes the company
>name... So your company name is showed twice (in the image and in the <h1>).

How about this approach, no need for the company name to show twice:

<h1><a href="/"><img src="logo.gif" alt="Company name" /></a></h1>

Personally I like the logo to show with styles off and if the user has
images off then the alt tag provides the text. I would be interested
to know how people markup their company logo that don't use an h1 tag,
I like the idea of reserving those for the particular page headings
but can't really see what to use for the logo instead.

Paul.

_________________________
http://www.paulsturgess.co.uk
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to