FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

markup validation errors - need help

 


NuniPio
hi, im having trouble validating this site http://users.on.net/~shafeel/zhang/index.html its for an assignment.. im getting errors which can be seen here

this is the code
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<title>
Nguyen and Zhang IS Portfolio
</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="white" vlink="green" alink="blue" link="red" >
<p></p>
<table width="90%" bgcolor="#000000">
<tr>
<td colspan="2" height="89" width="400%">
<center>
<img src="topbar.jpg" alt="">
</center>
&nbsp;</td>
</tr>
<tr>
<td colspan="2" height="29" bgcolor="#000000">
<p align="left"><b><font color="#FFFFFF">
<a target="main" href="http://www.google.com">Home</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a target="main" href="http://www.yahoo.com">Partners Biography and Resume</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a target="main" href="http://www.msn.com">Links</a>
</font></b></td>
</tr>
<tr>

<td height="600" background="tablebar.jpg" width="9%">SIDEBAR</td>
<td width="78%">
<IFRAME name="main" src="frame.html" width="100%" height="100%">
</IFRAME>
</td>

</tr>
</table>
</body>
</html>
woja
Both these errors are real.
In order to do what you've tried to do with attributes, you need to do with the style attribute and some CSS:
Code:
<table style="height: 500px;" ... >
</table>
...
<td style="height: 800px; background-image: url('tablebar.jpg');" ... >
</td>

But you may not need the "height" in the <table> tag.
I also note in the cell with the "Home" and "Links" links in it, that you've started a <p> tag but not closed it.
NuniPio
thanks dude.. ur a life saver, and also thanks from my mate too
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.