help with tables.

Hi...check this site please.<br />
<br />
<!-- m --><a class="postlink" href="http://www26.brinkster.com/matrix07/test.asp">http://www26.brinkster.com/matrix07/test.asp</a><!-- m --><br />
<br />
<br />
I have three nested tables on the same row...and I want to align them properly. Right now they are too far to the left. I try setting the width of the td's...but that ain't working. Any ideas??? Thanks.<!--content-->which part as it looks ok to me.<!--content-->hey scoutt<br />
<br />
<br />
well, you see how I have three tables beside each other on top. I want to insert spaces between 1st table and second, and second and third. I tried using <td></td> between the two tables. That worked but I can't ajust the amount of space. Then I tried <td>&nbsp;</td> for the second and third table, and I'm able to adjust the amount of space by either adding or deleting the amount of &nbsp;. I can't do that for the space between the first and second table. I'd tried using &nbsp; but that doesn't work. Any ideas??? Thanks for your reply by the way.<!--content-->all these?<br />
<br />
<td width="13" height="40"></td><br />
<td width="242"></td><br />
<td width="2"></td><br />
<td width="2"></td><br />
<td width="42"></td><br />
<td width="12"></td><br />
<td width="14"></td><br />
<td width="15"></td><br />
<td width="79"></td><br />
<td width="176"></td><br />
<td width="6"></td><br />
<td width="73"></td><br />
<td width="89"></td><br />
<td width="12"></td><br />
<br />
if so then either add a transparent gif (image.gif 1x1) and then you can make them as big or small as you want. or add the no break space & nbsp; (without the space)<!--content-->Scoutt,<br />
<br />
you an display the non breaking space entity on the board by using the character entity for the ampersand which is the & followed by amp &ampnbsp;<!--content-->cool thanks kevin. :cool:<!--content-->
 
Back
Top