> Are there any caveats to bear in mind when forcing Hx tags to be "inline" ?
Yes, but not from a structural point of view, from a visual point of view. As soon as you convert something to inline you allow other inline elements to run up beside it - depending on the available space in the parent container. So, if you had a h1 and then an h2 using the method you mention, they could easily appear beside each other. Like this: No inline applied: http://www.maxdesign.com.au/jobs/css/inline-heads/index.htm Inline applied to all heading levels: http://www.maxdesign.com.au/jobs/css/inline-heads/index2.htm Just something to keep in mind. 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 ******************************************************