Problems with nested tables

admin

Administrator
Staff member
I really don't like nested tables. Here (<!-- m --><a class="postlink" href="http://www.ohiowholesale.com/asp/newinfo.asp">http://www.ohiowholesale.com/asp/newinfo.asp</a><!-- m -->) is a page I am having trouble with. I'm really worried about the table part in the main portion of the page. It will eventually be a form so that customers can send us new information. Can someone let me know what I've done wrong with the include file? That is located here (<!-- m --><a class="postlink" href="http://www.ohiowholesale.com/asp/newinfo_inc.inc">http://www.ohiowholesale.com/asp/newinfo_inc.inc</a><!-- m -->). Any help would be appreciated, as I'm working on meta tag and other things with this page. Thanks!=:O<!--content-->What is the problem you are having with the table? what do you want to change on it?<br />
<br />
More information needed<br />
<br />
Bonkom :pimp:<!--content-->I wanted to have the current and new information portions align. Right now the spacing is off and new is up higher than the new one. Did you see it? Sorry, I must've forgotten to say that. whoops.<!--content-->it is doing exactly has you told it.<br />
<br />
if you want nested table than you have to use a table for the main part, then a table for current and a table for new.<br />
<br />
<br />
<table border="2" cellpadding="0" cellspacing="0"><br />
<tr><td><br />
<table border="2" cellpadding="0" cellspacing="0"><br />
<tr><td align="center"><b>Current Information</b></td></tr><br />
<b>Current Information</b></td></tr></table><br />
</td><br />
<td><br />
<table border="2" cellpadding="0" cellspacing="0"><br />
<tr><td align="center"><b>New Information</b></td></tr></table><br />
</td></tr></table><br />
<br />
I gave you a rough outline of what it should look like. red is the main table.<br />
<br />
you also have a lot of tag problems as you nested them wrong.<br />
<br />
<tr><td><tr><td><b>Current Information</b></td></tr><br />
<br />
that is wrong.<!--content-->thank you so much, Scoutt. I didn't even see some of the dumb mistakes I made! I need to get away from the code for a while and come back. Thanks! :-)<!--content-->you're welcome :) anymore questions you know where we are.<!--content-->There are about 56 errors in the file. See: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ohiowholesale.com%2Fasp%2Fnewinfo.asp&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Upload the new version of the file, and click the link again to recheck the errors each time.<br />
<br />
Work through the list fixing what you can, then post again when you get stuck.<!--content-->I am trying to bring our company to W3C standards, but it's not an option at the moment... I fixed the problem and it's great now.... Thank you!<!--content-->
 
Back
Top