Page is a not externally linkable
Nick_W - 5:13 pm on Jan 6, 2003 (gmt 0)
h3 { 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
Hi alas1975
display: inline;
}