another table question

windows

Guest
hi all, it's me again.<br />
<br />
I think this is a simple question, but I'm not quite sure.<br />
<!-- m --><a class="postlink" href="http://www26.brinkster.com/matrix07/default.asp">http://www26.brinkster.com/matrix07/default.asp</a><!-- m --><br />
<br />
See the shoutbox table...I would like to move it a bit to the left so it's closer to the Content table. Thanks.<!--content-->if you change the width of the cell tblcontent is in to smaller for example 615px then the shoutbox table should move closer<!--content-->but that just makes the Content table bigger??? Am I able to just move the shoutbox table to the left??? I been trying but I can't get it to shift the way I want it to.<!--content-->so you have this<br />
<br />
<td valign="top"><br />
<table name="tblShoutbox" width="130" border="0" cellspacing="0" cellpadding="0"><br />
<tr> <br />
<br />
try this<br />
<br />
<td valign="top" align="left"><br />
<table name="tblShoutbox" width="130" border="0" cellspacing="0" cellpadding="0"><br />
<tr><!--content-->hi scoutt<br />
<br />
tried your suggestion, but didn't work.<!--content-->well after dismanteling it I come to a conclusion. although it may not be the right one, butI can not see why the caontent table is not at 100% of that cell. for some unknown reason the tble is pushing the cell out farther. I stuck a width in that cell and it didn't make a difference. so with that said all I can say is since you have every table set at a certain width is what is throughing it off. and just for your information, you are going to have a hard time getting that to work in NS4.xx it totally pukes.<br />
<br />
so my suggestion is to try to change everything to a percentage or make the content table bigger so if fills that cell.<!--content-->
 
Back
Top