You can't move cell independent of the table's row or columns. You would
have to use absolute positioning (CSS) of the table on your pages, however
it is best to avoid using CSS positioning, and just design the layout using
tables alone. I prefer fixed width tables, since I then have more control
over where the content will appear not matter which browser or screen
resolution and I do not worry about user increasing the font size in their
browser.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================