|
Posted by skibud2 on 08/09/07 16:23
Hi All,
How can I do the equivalent to the following in CSS.
This aligns the table to the right of the div
<div align = "right">
<table> ..</table>
</div>
The CSS style:
..right {text-align: right;}
does not work for non text. Am I stuck with putting the align
attribute directly in? I don't want to use float because this div is
within a table.
Thanks in advance,
Mike
Navigation:
[Reply to this message]
|