An easy way to center a table, is to put it in another table:

<table border="1" width="100%" height="100%">
   <tr>
       <td align="center" valign="middle">
           <table border="1"><tr><td>Hello</td><td>world</td></tr></table>
       </td>
   </tr>
</table>

/Jesper

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to