|
Posted by Ben C on 10/02/06 07:37
On 2006-10-02, richard <don@john.son> wrote:
> http://1-small-world.com/index3.html
>
> Trying to work with xhtml some I've run across 2 problems I would like
> solved.
> Firefox displays a small area before the "blue" header section. How to
> correct?
I think the problem there is your <font> element, which creates an
inline box with nothing in it but a height equal to the default
line-height at that point. Either wrap the <font> element around
whatever you want the font set on, or, preferably, use CSS font
properties instead and no font element at all.
> I would like the "1 small world" text centered more over the globe rather
> than at top.
> I can do it in html, but xhtml seems to not like that idea.
You may be able to get that working with the background-position
property.
[Back to original message]
|