thanks i forgot to validate. i got rid of the extra div and its giving me an error
"a should be closed before closing div tag" error but i cant find whats wrong. the text still pops out, and the wrapper wont center on the background totally.
any more help greatly appreciated thanks ladynred.
here is my html without the extra div at the bottom.
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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="angels.css" rel="stylesheet" type="text/css"/>
<!--[if lt IE 7]>
<link href="iefixes.css" rel="stylesheet" type="text/css" /> <![endif]-->
<title>Angels of Light home</title>
</head>
<body>
<div id="wrapper">
<div id="header"></div>
<div id="nav"><a href="http://derekvanderven.com/angels_raw/index.html"><img src= "background_images/home_slices/nav.jpg" border="0" usemap="#Map" /a></a>
<map name="Map" id="Map"><area shape="rect" coords="7,16,99,49" href="index.html" alt="home" />
<area shape="rect" coords="6,83,94,113" href="about.html" alt="about" />
<area shape="rect" coords="5,151,97,182" href="images.html" alt="images" />
<area shape="rect" coords="6,221,99,253" href="links.html" alt="links" />
<area shape="rect" coords="7,290,97,322" href="contact.html" alt="contact" />
</map> </div>
<div id="right_background">
<div id="right_content"><p>asdfasdfasdf</p> </div>
</div>
</div><!--end wrapper-->
</body>
</html>
Last edited by silverglade; 05-18-2009 at 10:58 PM..
|