![]() |
|
|
+ Search |
![]()
|
Apr 5th, 2005 00:43
Nick Fisher, Deepak Bansal, Mister Sokrates,
Old and deprecated:
<table align="center">...</table>
New:
<table style="margin: auto">...</table>
This of course could be tied into any CSS:
#mainTable {
margin: auto;
}
...
<table id="mainTable">...</table>