still got problems

H

Halie

What confuses me though is that if I stick to the page
banner in the theme with the picture radio button marked
in the Page Banner dialog box the font doesn't change,
but if I click the text radio button to lose the picture
and just have the text, for some reason it shrinks the
font size.
 
R

Ronx

If you use the picture, the font and font size used will be that set by the
theme for the banner graphic. If you use text, the font and font size will
be that set for whatever HTML element contains the text. It is up to you to
designate that HTML container, and adjust any formatting.
Possible HTML containers include:
<H1>....</H1> (heading, there's also <h2>, <h3> etc.)
<p>....</p> (paragraph)
<td>...</td> (table cell)

Ron
 
Top