Moving Tables/Cells

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

How does one move Tables and Cells so that it can be arranged in specific
area on a page?
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top