|
Yes, you can do it, but no it won't work the way you want it to.
It would be better to NOT use tables at all, for many reasons.
If you use CSS and NO tables, then you can position things fairly easily. Position absolute is, in most cases, unnecessary too.
If you're going to use XHTML, then you should not use markup like this:
<div align="center">. With XHTML, ALL presentational items should be a CSS file and it's not that hard to center a layout with CSS.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|