|
If you set your tables a height / width values they shouldn't move (put them in a container div to centre, <div align=centre> nest all the tables in here </div>
If you have to use tables then you can use the div above and then a layout tabletable to nest the other table cells in
Even better, dont bother with tables, use CSS. I used tables for everything and have done a new site with CSS & html, only took a couple of weeks to get the common CSS rules down and I'd never heard of it before (looks better IMHO than the table one) but with no tables at all...much better results.
__________________
Lifes as good as you make it...
Last edited by bakerc : 05-01-2008 at 11:24 AM.
|