Re: stupid (HTML) question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux