I have a table question for you guyz,...

liunx

Guest
Notice the code below,...<br />
<br />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="200"><br />
<table width="200" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td>&nbsp;</td><br />
</tr><br />
</table><br />
</td><br />
<td width="100%"><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td>&nbsp;</td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
<br />
Ok, is this the proper way to code a table? Is it proper to specify widths for every <td>? My site is gapping for some people, and I dont know why. You see how one cell has a width of 100% and the other cell has a width of 200, should I specify a width of 200 seeing that NS4 sizes the width of the cells by its content? Should I specify the width of 200 for IE? I mean the site works fine for me, but some people are saying that it is gapping for them and they are running the same config as me! Whats up with that! If you can just point some facts out or techniques, I would greatly appreciate it!<!--content-->yes it is best to specify widths, but I would do it in percentages as people have different settings.<!--content-->
 
Back
Top