Hi all
In my CSS sheet, how can i get my h3 elements to be on the same line as a paragraph, like it would be if I changed the font to match the h3 attributes like so:
<p> <font color="#C2B04E"><b> H3 TEXT </b></font> PARAGRAPH TEXT </p>
Ive tried putting whitespace: no-wrap in this element, and putting margin: 0px, but it breaks the line to the one below.
h3 { font-family: Tempus Sans ITC; color: #C2B04E; font-size: 12pt; font-weight: bold }
????????????



Reply With Quote

)
Bookmarks