Posts: 252
Location: Auckland, New Zealand
|
We write our own DOCTYPEs to handle it, well I'm not sure about "we" but I would probably write a new DOCTYPE to handle what I wanted if that was the only viable choice, it's usually your only choice when working with XML and you want parser to understand it efficiently.
As others have suggested, the P element is suitable for this considering SPAN is an inline element and all Hn elements are block level which P is too.
Or alternatively just use the headers you have like h1-h6 and style them within a class of their own but the need to actually go that far into creating headers should be looked at and should probably check if they're being used correctly and properly, since I've never really encountered a site that makes complete use of all those headers unless they were demonstrating it.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|