please help troubleshoot code

liunx

Guest
I have a quick question. At <!-- m --><a class="postlink" href="http://www.lpig.org">http://www.lpig.org</a><!-- m --> , the following section located near the bottom of my home page (the rule with the copyright and site update info) seems off-centered: <br />
<br />
---------------------------------------------<br />
<br />
Site Index - Awards<br />
<br />
Copyright ?1997 - 2003, LPIG. All Rights Reserved. <br />
Created on August 17, 1997<br />
Last updated on September 30, 2003.<br />
<br />
<br />
It's barely noticable when browsing with Explorer ...but glaringly obvious with Netscape. Can someone provide me with the code near the bottom, using my source code - corrected, to copy and paste to fix this? Please help. <br />
<br />
Thanks.<!--content-->I know you just want the alignment fixed, but that is some very bad html code. Here is the fix, all the way at the bottom find the table with id=AutoNumber1<br />
<br />
Starting with and including that table tag copy and paste this code over all the code at the bottom of the page:<br />
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="774" id="AutoNumber1"><br />
<br />
<tr><br />
<br />
<td align="center"><br />
<br />
<hr color="#808080" size="1"><br><center><font face="arial,helvetica,helv" size="2"><br />
<a href=http://www.htmlforums.com/archive/index.php/"indexsearch.html"><font size="-2">Site Index</font></a> - <a href="awards.html"><font size="-2">Awards</font></a><br><br />
<br><br><br />
<br />
Copyright ?1997 - 2003, LPIG. All Rights Reserved. <br />
<br />
<BR><br />
<br />
Created on August 17, 1997<BR><br />
<br />
Last updated on September 30, 2003.<BR><br />
<br />
</font><br />
<br />
</center><br><br />
<br />
&nbsp;</td><br />
<br />
</tr><br />
<br />
</table><br />
<br />
<br />
<br />
</body><br />
<br />
</html><!--content-->See this link <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.lpig.org%2F&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 --> for a list of the 97 errors in the code.<br />
<br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
<br />
The value of attribute "ALIGN" cannot be "MIDDLE"; must be one of "LEFT", "CENTER", "RIGHT", "JUSTIFY", "CHAR":<br />
<br />
<TD align=middle width=390 bgColor=#ffffcc><br />
<br />
<br />
<br />
Remember to "Quote" all attributes, especially all "#FFFFFF" colors, all URLs, all "50%" sizes, and any other attribute value that contains anything other than a simple "A" to "Z" or "0" to "9" value. In HTML 4.01 it is recommended to quote all attribute values.<br />
<br />
<br />
<br />
Correct the entity errors by changing every & in the URLs to be &amp; instead.<br />
<br />
<br />
<br />
Post again when you have fixed them. There will still be some more complicated errors to fix. The fix for those will not be clear to see, until the error list has been shortened by fixing the more simple errors first.<br />
<br />
<br />
<br />
<br />
.<!--content-->
 
Back
Top