Your <head> tag isn't closed, causes LOTS of validation errors.
<center> is deprecated in HTML 4.01 and not valid under an XHTML doctype.
You can't have a <p> inside an <a>, that's just not proper html.
You've to way too many coding errors, I mean..for example:
Quote:
</style>
<center><table style="margin-top:20px;width:790px;height:2;">
<tr><td style="padding-bottom:10px;" height="1">
<a class="headlink" href="index.php">
<p style="margin:0px;"><span style="font-size:32px;color:#FFFFFF;">MiniFileHost</span><span
style="font-size:22px;color:#FBB700">.com</span></p></a></td>
<td align=right valign=bottom
style="padding-bottom:10px;color:#ffffff" height="1"><a class="toplinks" href="index.php">Upload</a>
| <a class="toplinks" href="files.php">Files</a>
| <a class="toplinks" href="index.php?page=tos">T.O.S</a> | <a class="toplinks"
href="index.php?page=faq">F.A.Q</a> | <a class="toplinks"
href="admin.php">Admin</a></td></td></tr></center></head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META NAME="revisit-after" CONTENT="2 days">
<link rel="SHORTCUT ICON" href="favicon.ico">
</head>
<body>
|
So, you've got stuff inside the <head> that doesn't belong, 2 doctypes, 2 <head>s...
Clean up your code first.
Dump the tables and learn to use XHTML with CSS.
Under XHTML ALL tags must be closed, including <br>s - s/b <br />
All images require ALT attribute, even if it's just blank as in alt="" - for a fluff graphic.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|