Tables

J

Jacquie

How do I change the table cells to be the exact same size after I placed a
picture an danother section of the page that distorted the cell sizes?
 
R

Ronx

You give the cells sizes (example: <td width="100"> or <td width="25%"> )
AND place content in each cell. The cells will stretch to accommodate any
content that is bigger than the cell size, possibly causing the other cells
to shrink proportionately.
 
Top