I'm not sure if it's been mentioned but you could always do something like:

html:

<h1><span>Company Name</span></h1>

css:

h1 span { display:none }
h1 {
        width:100px
        height:100px;
        background: transparent url(/images/logo.png) no-repeat;
}


That way it's text to a screen reader and an image in a browser.

- Jeff


Jeffrey Sambells | Director of R&D at We-Create | See my book at GoogleMapsBook.com contact | [EMAIL PROTECTED] - 519.745.7374 x103 | Blogging at JeffreySambells.com

On 12-Jan-07, at 2:09 PM, Marcio Werneck wrote:

Hello !

I have a doubt regarding putting the logo in an H tag.

Wrapping the website logo in an H1, is a good practice? - always?

Thank you

--
Marcio Werneck
http://www.globo.com/





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to