|
Posted by Safalra (Stephen Morley) on 10/21/07 15:49
On Sun, 21 Oct 2007 15:35:02 -0000, Cristian wrote:
> Hello, I wanted to know if it is possible to align a table to the
> right with CSS?
> I use "margin-left: auto; margin-right: auto;" to center tables, but I
> don't know how can I change those parameters to make it go to the
> right.
Just use margin-left:auto (and make sure it's not having margin-right set
to auto by another less specific rule). If you want the content to flow
around it, you can use float:right.
--
Safalra (Stephen Morley)
Sortable Tables In JavaScript:
http://www.safalra.com/web-design/javascript/sortable-tables/
Navigation:
[Reply to this message]
|