Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Heading tags without return in CSS


Nick_W - 5:13 pm on Jan 6, 2003 (gmt 0)


Hi alas1975

h3 {
display: inline;
}

Will do the trick ;) - H tags, as with p, div, table, and more are block level elements meaning (amongst other things) that you can't sit one beside the other without serious tampering. For example, you could float or absolutely position block elements so they sit side by side.

For this purpuse though, the most efficient method is to change it to an inline element like an img or strong or em tag.

Nick


Thread source:: http://www.webmasterworld.com/css/489.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com