Jay Gilmore wrote:
I have been cleaning up development templates and I want to know what people's opinions or views are for element usage for the site title / company name etc.

Over time, I've found that I've evolved the following pattern as a 'standard' for 'simplest solution' on most sites:
On the homepage, I use:

<h1 id="siteTitle">The Site Title</h1>
<div id="motto">Some cute saying about the company</div>

<p>lalalalalala</p>

and on subpages:

<div id="siteTitle">The Site Title</div>
<div id="motto">Some cute saying about the company</div>

<h1 id="pageTitle">The Page Title</h1>
<p>lalalalalala</p>

This leaves me rarely styling the h1 element, instead styling two id attributes.
I find this odd in concept, but that it is efficient in practice
:)

HIH!
Lea
******************************************************
The discussion list for  http://webstandardsgroup.org/

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

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