PDA

Click to See Complete Forum and Search --> : how can i make the table size fixed...the width of the table is getting changed......


susha
Dec 4th, 2000, 08:15 AM
how can i make the table size fixed...the width of the table is varied......according to the data driven from the table.
how can i make the table & column length fixed

susha

monte96
Dec 4th, 2000, 10:03 AM
Set the width of the table and the TD tags with the width attribute.

<TABLE cellpadding=0 cellspacing=0 border=0 width=600px>
<TR>
<TD width=200px>whatever</TD>
<TD width=200px>whatever</TD>
<TD width=200px>whatever</TD>
</TR>
</TABLE>