Jump to content

parse error


colin

Recommended Posts

thanks for you replies, this is the html and css. I've sent it like this because I do not want to muck anything up. Colin.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"        "http://www.w3.org/TR/html4/loose.dtd"><html> <head>	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">	<title>growing aroids</title>	<style type="text/css"> 		body		{			margin: 0;			padding: 0;			font-family:"comic sans ms",sans- serif;			color: #000000;			background-color:#f5deb3;		}				#container		{     width:750px;                     			background-color:#d2b48c ;			margin-left:auto;                        margin-right:auto;  			border: 1px solid #ff0000;		}				#banner		{			background-color: #8b4513;			border-bottom: 1px solid #ff0000;                        text-align:center;		}				#banner h1		{			margin: 0;			padding: .5em;                        color:#ffff00;		}				#nav  {padding:5px;                        background-color:#8b4513;                       border-right:solid 1px #ff0000;		        height:800px;			float: left;			width: 135px;}												#nav p { margin-top: 0; }				#content  {height:800px;					padding-top: 0.5em;			margin-left:150px;		}				#content h2 { color:#ffff00;                             margin-top: 0;                             text-align:center; }				#footer{ height:35px;                         line-height:35px;                         					clear: both;			background-color:#8b4513;			padding-left:10px;                     			text-align: right;			border-top: 1px solid #FF0000;		}</style></head><body><div id="container">	<div id="banner">		<h1>GROWING AROID'S</h1>	</div>	<div id="nav">		<p>	</div>	<div id="content">		<h2>			welcome		</h2>		<p>				</div>	<div id="footer"> <p>    <a href="http://validator.w3.org/check?uri=referer"><img        src="http://www.w3.org/Icons/valid-html401"        alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>  </p>  			</div></div></body></html>

Edit: aspnetguy enclosed code in codebox

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...