On a custom MOSS aspx page, the following only partially works:
th {
border-style: none;
text-align: left;
color: red;
font-size:16px;
}
The color & font-size have no effect on resultant display, while the text-align
works fine. None of these are specified in the table{...} section.
When I use these on a dummy html file on my PC and open with browser the effects
of color & size are exactly what is expected.
Anybody know what is goin on?
(man - this SP display stuff is inconsistent!!)