[thelist] Dumb CSS Question

Marlene Bruce marlene.bruce at cdgsolutions.com
Wed Jan 31 16:49:48 CST 2001


> ah, that center-aligns the text *horizontally* - I need to do both.
> 
Maybe this will help you get there:

.centered {
text-align: center; 
vertical-align: middle;
}

Don't know how to do it in a <div>.

> On an entirely seperate note - N6 isn't showing DIV backgrounds when
> specified like this:
> 
> background-image:url(img\main_bg.gif);
> 
> Why on earth not?
> 
Should it be:

> background-image:url(img/main_bg.gif);
> 
?

HTH,
Marlene




More information about the thelist mailing list