Posted by Ask Josephsen on 12/08/47 11:36
Hi NG
I'm having trouble aligning text in my tables, I would really like to use
the col- and colgroup-tags to do this, but I cant seem to make it work in
firefox 1.5 :(
Here is an example with two ways of aligning, but neither work:
<table border="1" width="600">
<colgroup>
<col span="2" width="75" />
<col span="2" width="150" style="background-color: red; text-align:right;"
/>
<col align="right" />
</colgroup>
<tbody>
<tr><th>One
</th><th>Two
</th><th>Three
</th><th>Four
</th><th>Five
</th></tr>
<tr><td>Green
</td><td>Blue
</td><td>Yellow
</td><td>Purple
</td><td>Orange
</td></tr>
</tbody>
</table>
Hope you can help me...
Thanx
--
Venlig hilsen
Ask Josephsen
Partner & IT
tlf.: 28 957031
mail: ask@minreklame.dk
MinReklame ApS
Dronning Olgas Vej 39 B
2000 Frederiksberg
web: www.minreklame.dk
[Back to original message]
|