> I want to use the name of the site in the H1. > > Is it appropriate to use the breadcrumb as the H1 element?
I'd say it is better to use the h1 element for the site name as an initial statement then use something like an ordered list or unordered list for the breadcrumb: <h1> Site name </h1> <ol id="breadcrumb"> <li>My Site</li> <li>Developers</li> <li>Resources</li> <li>Specific</li> <li>Resource</li> </ol> <h2> Welcome to Site name </h2> ... Russ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************