Moving Tables/Cells

J

JCO

How does one move Tables and Cells so that it can be arranged in specific
area on a page?
 
T

Thomas A. Rowe

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.
==============================================
 
Top