Page Check

windows

Guest
Hey, could you guys check my codes for me to see if theres any un-nesessary codes for? My website URL is: <!-- m --><a class="postlink" href="http://www.animeng.vzz.net/Slam-Dunk.html">http://www.animeng.vzz.net/Slam-Dunk.html</a><!-- m --> I really appreciate it!!<br />
These are the codes:<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE>Anime Slam-Dunk {Rukawa Kaedo #01}</TITLE><br />
<style type="text/css"><br />
<!--<br />
BODY <br />
{<br />
<br />
direction:ltr;<br />
scrollbar-face-color : #797995;<br />
scrollbar-shadow-color : #cecfe4;<br />
scrollbar-highlight-color : #797995;<br />
scrollbar-3dlight-color : #cecfe4;<br />
scrollbar-darkshadow-color : #cecfe4;<br />
scrollbar-track-color : #cecfe4;<br />
scrollbar-arrow-color :#cecfe4;<br />
<br />
<br />
}<br />
--><br />
</style><br />
<style><br />
a:link { color: #5F5F76; text-decoration: none; cursor: crosshair}<br />
a:visited { color: #5F5F76; text-decoration: none; cursor: crosshair}<br />
a:hover {color: #000000; text-decoration:none; cursor:crosshair; font-weight:bold;}<br />
</HEAD><br />
</style> <br />
<NOBANNER></head><br />
<br />
<BODY TEXT="#5F5F76" BGPROPERTIES="fixed" BGCOLOR="#CECFE4" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0"><br />
<TABLE CELLSPACING="0" CELLPADDING="0"><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0"><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"images/p1.jpg" WIDTH="28" HEIGHT="990" BORDER="0"></TD><br />
<TD COLSPAN="0" ROWSPAN="0"><br />
<br />
<TABLE CELLSPACING="0" CELLPADDING="0"><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0"><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"images/p03.jpg" WIDTH="388" HEIGHT="320" BORDER="0"></TD><br />
</TR><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0" WIDTH="388" HEIGHT="670" BACKGROUND="image/p3.jpg"><IFRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"news.txt" FRAMEBORDER="0" WIDTH="388" HEIGHT="670" NAME="main1"></IFRAME></TD><br />
</TR><br />
</TABLE><br />
</TD><br />
<br />
<TD COLSPAN="0" ROWSPAN="0"><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"images/p4.jpg" WIDTH="50" HEIGHT="990" BORDER="0"></TD><br />
<TD COLSPAN="0" ROWSPAN="0"><br />
<TABLE CELLSPACING="0" CELLPADDING="0"><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0"><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"images/p51.jpg" WIDTH="136" HEIGHT="70" BORDER="0"></TD><br />
</TR><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0" WIDTH="136" HEIGHT="110" BACKGROUND="images/p52.jpg"></TD><br />
</TR><br />
<TR><br />
<TD COLSPAN="0" ROWSPAN="0" WIDTH="136" HEIGHT="810" BACKGROUND="image/p53.jpg"><br />
<BR><br />
<FONT FACE="Arial" SIZE="-2"> <br />
<DIV style="LEFT: 457px; WIDTH: 100px; POSITION: absolute; TOP: 60px; HEIGHT: 250px"><br />
<MARQUEE scrollAmount=2 direction=up width=119 height=250 onmouseover=this.stop() onmouseout=this.start()><br />
News<br />
</marquee><br />
</div><br />
<DIV style="LEFT: 457px; WIDTH: 100px; POSITION: absolute; TOP: 320px; HEIGHT: 230px"><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"main.html" TARGET="main1">Main Page</A><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"series.html" TARGET="main1">Series Info</A><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"story.html" TARGET="main1">Story Info</a><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"episodes.html" TARGET="sub">Episodes List</a><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"result.html" TARGET="main1">Games Result</a><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"kanagawa.html" TARGET="main1">Kanagawa Best Player</a><BR><br />
& <A HREF=http://www.webdeveloper.com/forum/archive/index.php/"seiyuu.html" TARGET="main1">Voice Actors/Seiyuu</a><br />
<br />
<BR><BR><BR><br />
</TD><br />
</TR><br />
</TABLE><br />
<TD><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"images/p6.jpg" WIDTH="29" HEIGHT="990"></TD><br />
</TD><br />
</TR><br />
</TABLE><br />
</BODY><br />
</HTML><!--content-->I looked at it and I have all this extra room on the right side, maybe you should center it.<!--content-->I dont quite get what you mean. If there is any extra unused codes, could you tell me so I can delete them? Thanks!<!--content-->You can start by adding a valid doctype to your page. This tells the browsers what version of HTML to expect. A list of doctypes for HTML 4.01 can be found at <!-- m --><a class="postlink" href="http://www.webdevfaqs.com/html.php#doctype">http://www.webdevfaqs.com/html.php#doctype</a><!-- m --><br />
<br />
Next, you need to specify which charset you are using. This tag should do it for you:<br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<br />
After you do that, you are ready to run it through the validator at the W3C (<!-- m --><a class="postlink" href="http://validator.w3.org">http://validator.w3.org</a><!-- m -->). I took the liberty of setting up the doctype (HTML 4.01 Strict) and charset (iso-8859-1) for your page and ran it through. Here are the results:<br />
<br />
<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.animeng.vzz.net%2FSlam-Dunk.html&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Strict&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Last but not least, you may want to consider that the W3C specifies that tables should not be used purely as a form of layout:<br />
<br />
From <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/struct/tables.html#h-11.1">http://www.w3.org/TR/html4/struct/tables.html#h-11.1</a><!-- m --><br />
<br />
Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets to control layout rather than tables.<!--content-->Style sheets? Where can I get or learn that? Thanks<!--content-->www.w3schools.org <!-- m --><a class="postlink" href="http://www.glish.com/css/">http://www.glish.com/css/</a><!-- m --> would be my choices to learn css<!--content-->You'll also want to keep the specs in mind: <!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a><!-- m --><!--content-->
 
Back
Top