My question is why netscape doesn't seem to support a style definition in a
table?
I have my pages as valid xhtml1.0, and still netscape is not folowing
orders..
<table style="text-align:center;">
<tr>
<td> </td>
</tr>
</table>
is NOT working for netscape
<table align="center">
<tr>
<td> </td>
</tr>
</table>
IS working for NN7.1 ?!?!
Why does this happen? W3C says about the "align" tag: "Deprecated . Use
styles instead."
Is it because NN7.1 isn't made for a webstandard like XHTML or is NN7.1 not
YET made for XHTML support?
table?
I have my pages as valid xhtml1.0, and still netscape is not folowing
orders..
<table style="text-align:center;">
<tr>
<td> </td>
</tr>
</table>
is NOT working for netscape
<table align="center">
<tr>
<td> </td>
</tr>
</table>
IS working for NN7.1 ?!?!
Why does this happen? W3C says about the "align" tag: "Deprecated . Use
styles instead."
Is it because NN7.1 isn't made for a webstandard like XHTML or is NN7.1 not
YET made for XHTML support?
Comment