On 04/11/05, Julián Landerreche <[EMAIL PROTECTED]> wrote:
>  I'm looking at some pages where <h1> for the website name is only used in
> the homepage. Then, in internal/content pages, the <h1> usually goes for the
> section name or the article title.
>
>  Of course, this second approach seems to need a little more development for
> the stylesheet.

It's actually not that difficult, if you want to have them looking
different. Just do something like this:

<body id="home">
  <h1>Site Title</h1>

Then in your style sheet you can have:

h1{
  styles for internal h1's
}

#home h1 {
  styles for site title h1
}

Cheers,

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