PDA

View Full Version : Question about Tables


Fullwebservice
07-26-2002, 07:51 PM
Hi
I was wounding if you could make a table and not have it move, meaning resize. sometimes if i add an image some where on the page the table will move and sometimes wreck the look of the page,

I need it so the table wont move at all

any help is great full

thank you

Spookster
07-26-2002, 08:05 PM
The table will not change size unless you are using percentages as widths or if you put content into a cell that is too large to fit in the cell.

As for moving, elements such as tables that are inline with the flow of the document will always move around when other elements are added or removed.

To remove an element from the flow of the document it would need to be absolutely positioned inside a layered element such as a div.