problems with tables and ssi!!

liunx

Guest
hi all,<br />
<br />
ok here is what im doing. I have a table ( we will call tableA) with another table ( call it tableB). TableB has SSI of a cgi poll script inside it. my problem is when i view the page tableB is not all the way at the bottom of tableA where i want it. how can i fix this?<br />
<br />
go to <!-- m --><a class="postlink" href="http://www.musclecarforum.com/">http://www.musclecarforum.com/</a><!-- m --> to see what i mean. tableA is the gray background on the left side and tableb is the black Poll. i want that at the bottom of the page just above the webtrends logo. dont view the source from this link becuse im hosted on hypermart and they add alot of code. if you want to see the actual code go here <!-- m --><a class="postlink" href="http://65.108.82.6/">http://65.108.82.6/</a><!-- m --> its without the graphics and cgi but give you a layout of the site.<br />
<br />
please help,<br />
<br />
brad<!--content-->cough...cough...I'm OK......yikes!!<br />
<br />
Too many embedded tables. That page really needs to be gone over by hand and fixed properly. But not by me..... :)<br />
<br />
Regards,<br />
Kevin<!--content-->frontpage strikes again!!!<br />
<br />
when viewed in n4.7, only the top banner renders. nothing else.<!--content-->im being hosted on hypermart so they add alot of tags into my code, thats why the index you viewed looks so bad. go here to see the actual code<br />
<br />
<!-- m --><a class="postlink" href="http://65.108.82.6/">http://65.108.82.6/</a><!-- m --><br />
<br />
you wont see any graphics or polls working cause i didnt upload them but at least you can view the code if you want.<br />
<br />
so tell me how would i get that one table to stay at bottom of the table its in?<br />
<br />
Brad<!--content-->i recieve 11 emails from htmlforums that you responded once to my message? it did the same when you responded about banner exchanges. very odd lol<!--content-->Sorry Brad,<br />
<br />
Its either my ISP or this forum, I'm having trouble posting answers so I clicked the submit button a whole bunch!<br />
<br />
Kevin<!--content-->now there is no item there. just an error processing this directive.<!--content-->Hi Brad,<br />
<br />
My answer is still the same regardless of the URL. The table code needs to be gone over by hand to get that one item at the bottom of the left column. <br />
<br />
The left column needs to be divided into seperate cells (<td>) to get the poll table to go to the bottom. But that will affect the other tables/columns. You need to use some rowspan= and colspan= attributes in your cells to format the table layout more accurately. <br />
<br />
You open/close three tables before any content is even displayed. That should not be necessary.... <br />
<br />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="100%"><br />
<table border="0" width="100%" bgcolor="#000000" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="100%">&nbsp;</td><br />
</tr><br />
</table><br />
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="454"><br />
<br />
Maybe someone else will have the energy to go through it for you....<br />
<br />
Regards,<br />
kevin<!--content-->
 
Back
Top