Quote:
Originally Posted by abduraooft
What? There are a lot of deprecated attributes.
|
that was dreamweaver validator
this is w3
oh btw i converted what he had before in dreamweaver to xhtml 1.1
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<title>Car Club</title>
<!--#41383C-->
<style type="text/css">
/*<![CDATA[*/
body {
background-color: 3333333;
color: FFFFFFF;
}
td.c2 {background-color: #41383C}
td.c1 {background-color: 6666666}
/*]]>*/
</style>
</head>
<body>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td class="c1" colspan="3"><img src="C:/Documents%20and%20Settings/ryan%20/Desktop/Pure%20Velocity%20Website/top%20banner.jpg" alt="** PLEASE DESCRIBE THIS IMAGE **" /></td>
</tr>
<tr>
<td class="c1" colspan="3">nav.</td>
</tr>
</table>
<table align="center" border="1" cellpadding="0" cellspacing="10" width="80%" rules="none">
<tr>
<td class="c1" rowspan="2" width="17%">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="c2">Navigation</td>
</tr>
<tr>
<td>Home</td>
</tr>
<tr>
<td>About Us</td>
</tr>
<tr>
<td>Members</td>
</tr>
<tr>
<td>Multimedia</td>
</tr>
<tr>
<td>Contact Us</td>
</tr>
</table>
</td>
<td class="c1" rowspan="3" width="60%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="c2">News</td>
</tr>
<tr>
<td>3/09- The site is being launched. We hope to pick up some new members by lauching this site. Here at Pure Velocity we are all about meeting and welcoming them in to our club if they are voted in.</td>
</tr>
</table>
</td>
<td class="c1">
<table align="center" border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="c2">Poll</td>
</tr>
<tr>
<td>What members car do you like the most?</td>
</tr>
<tr>
<td><input type="radio" name="group1" value="prelude" />97 Honda Prelude</td>
</tr>
<tr>
<td><input type="radio" name="group1" value="civic" />96 k24 Honda Civic</td>
</tr>
<tr>
<td><input type="radio" name="group1" value="trans am" checked="checked" />98 Pontiac Trans Am</td>
</tr>
<tr>
<td><input type="radio" name="group1" value="GS-T" />95 Mitsubishi Eciplse GS-T</td>
</tr>
<tr>
<td>
<form><input type="submit" name="checkout" value="Submit" /><input type="submit" name="checkout" value="Reset" /></form>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="c1" rowspan="2">
<table align="center" border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="c2">Random Pictures</td>
</tr>
<tr>
<td><img src="C:/Documents%20and%20Settings/ryan%20bates/Desktop/Pure%20Velocity%20Website/Jordans%20DSM/car2.jpg" alt="** PLEASE DESCRIBE THIS IMAGE **" /></td>
</tr>
<tr>
<td align="center">Jordans 95 Mitsubishi Eclipse GS-T</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="c1">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="c2">Links</td>
</tr>
<tr>
<td>Link</td>
</tr>
<tr>
<td>Link</td>
</tr>
<tr>
<td>Link</td>
</tr>
<tr>
<td>Link</td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center" border="1" cellpadding="0" width="80%">
<tr>
<td class="c1" align="center">Copyright 2009</td>
</tr>
</table>
</body>
</html>