M
Martin
I'm using the following in a table. It works as expected in IE but in
Mozilla (Linux), the cell contents are not centered. If I move the
"align='center'" to the <TD> tag, then it works in Mozilla.
Shouldn't this work in both browsers? Am I doing something wrong?
<colgroup>
<col width='25%' align='center'>
<col width='25%' align='center'>
<col width='25%' align='center'>
<col width='25%' align='center'>
</colgroup>
Mozilla (Linux), the cell contents are not centered. If I move the
"align='center'" to the <TD> tag, then it works in Mozilla.
Shouldn't this work in both browsers? Am I doing something wrong?
<colgroup>
<col width='25%' align='center'>
<col width='25%' align='center'>
<col width='25%' align='center'>
<col width='25%' align='center'>
</colgroup>