Fri, 2006-09-22 03:42
I made a CSS class
.backgroundlayer { height: 100%; width: 800; background-color: #EFDFC9; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center; text-vertical-align: top; }
And all other site content is within this table class, but the align doesn't seem to work.
Am I doign something wrong?
Fri, 2006-09-22 04:25
#1
You don't see which
You don't see which alignment's not working but it's vertical-align, not text-vertical-align. You're also missing the unit from your width.