Forum Moderators: not2easy
I am having problems centering a table that sits within a TD (Datacell)
I have found a solution for IE6, which doesnt work in Opera and NS
<td>
<div class="center">
<table>
CONTENT
</table>
</div>
<td>
if i align the table using HTML, which i dont want to (cause it will not validate) it comes up right in NS,IE,Opera
Once i try to text align anything in order to center the table it wont work in NS/Opera
Somone help me with that one
i Am lost
thanks