table

P

ppooll

hi everybody,
I have to create a table which doesn't increase the width of the cells.
How can I do?
Thank you very much

Alex
 
M

Murray

Assign a specific width to the table, and to each cell in a single row at
the top of the table. CSS works nicely for this.
 
T

Thomas A. Rowe

If you insert any content into a cell that exceeds the cell's width value and the content can not
wrap, then the cell and/or table will expand to hold the inserted content.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Top