What is wrong with my code

liunx

Guest
It seems like every time my inc. file has a table in it, this (<!-- m --><a class="postlink" href="http://www.ohiowholesale.com/asp/newhelp.asp">http://www.ohiowholesale.com/asp/newhelp.asp</a><!-- m -->) happens (that spacing is not intentional). Here is my code for the include file (<!-- m --><a class="postlink" href="http://www.ohiowholesale.com/asp/newhelp_inc.inc">http://www.ohiowholesale.com/asp/newhelp_inc.inc</a><!-- m -->) (must click 'edit' then 'view source'. I'm still ironing out some code and punctuation, etc. for this page, so errors in the text may exist.<br />
Thanks!<!--content-->A host of validation errors:<br />
Where is the tr tag?<br />
<table width='770' border='3' cellpadding='0' cellspacing='0' ><br />
<td colspan=2><img src='http://www.webdeveloper.com/forum/archive/index.php/../siteimages/topportion2.jpg' border='0' USEMAP="#topportion2"></td><br />
<br />
Interesting double quote matching error in COORDS<br />
<AREA SHAPE="RECT" HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://www.ohiowholesale.com/asp/catalogs.asp" ALT=鎿焌talogs" COORDS="454,77, 534,94"><br />
<br />
No Doctype decaration<br />
No charset defined<br />
Mixture of singe and double quotes used throughout.<br />
Table errors - don't use tables for layout, use css<br />
<br />
When your page validates the gap will probably disappear.<!--content-->Aha! Our webmaster wrote the code the page fits into, and I guess that is why things aren't going well. I've been working at easing CSS into our web plans in the last few months, and I really hope to make the leap soon. Thank you!<!--content-->Look no tables ... was 33kb is 21kb<br />
There are a couple of problems:<br />
Numeric ids are not allowed.<br />
Banner/header img is not wide enough to allow for navigation links at bottom of page.<br />
Log in needs some layout work<!--content-->wow, thanks! After looking at this code, I see how nice and clean it is. I hope I can persuade the powers that be to take a closer look at this type of coding. Thanks, again! :-)<!--content-->Originally posted by stargal98 <br />
wow, thanks! After looking at this code, I see how nice and clean it is. I hope I can persuade the powers that be to take a closer look at this type of coding. Thanks, again! :-) <br />
<br />
Ease of updating, and maintenance is going to be the biggest things. Once you have all your CSS defined and linked externally, it will make changing the layout of your site many many times easier than using a table based layout that doesn't use CSS. A couple examples of sites that use the same HTML, but use a different externally linked CSS file to produce a much different layout.<br />
<br />
<!-- m --><a class="postlink" href="http://www.rickbull.co.uk/styles/">http://www.rickbull.co.uk/styles/</a><!-- m --><br />
<br />
Click on the links in the "Presentation" menu.<br />
<!-- m --><a class="postlink" href="http://www.meyerweb.com/">http://www.meyerweb.com/</a><!-- m --><br />
<br />
Pick one of the 40+(and growing) designs.<br />
<!-- m --><a class="postlink" href="http://www.mezzoblue.com/zengarden/alldesigns/">http://www.mezzoblue.com/zengarden/alldesigns/</a><!-- m --><br />
<br />
I'm currently working on a complete redesign of my own site and I'm going for this same type of idea.<!--content-->
 
Back
Top