Page 2 of 2

Posted: Tue May 15, 2007 10:27 am
by Luke
:oops: - oops, I didn't notice that had already been mentioned.

Posted: Tue May 15, 2007 10:33 am
by Oren
What?

Posted: Tue May 15, 2007 11:14 am
by RobertGonzalez
Why not implement <h3> or <h4> or even <h5> tags? Ideally you would think there would be one <h1> tag and everything would be descended from there (at least that is how I do it).

Posted: Tue May 15, 2007 11:16 am
by Luke
I usually do it like that too. There are exceptions though. Text-heavy sites get multiple h1 tags sometimes for my simply because if they don't I run out of header tags 8O

Posted: Tue May 15, 2007 11:19 am
by RobertGonzalez
True true, but in the event I run out of headers, I make my own with <div>'s.

Posted: Tue May 15, 2007 11:30 am
by Luke
gross!

Posted: Tue May 15, 2007 11:32 am
by Oren
Everah wrote:True true, but in the event I run out of headers, I make my own with <div>'s.
8O You know it's not "SEO-wise", right? 8O

Posted: Tue May 15, 2007 11:40 am
by RobertGonzalez
Yeah, but in all reality, there are very few occasions where I run out of headings. I usually don't section my sites that much.