I did something wrong but can't find it. I think it's a div closed early or something similar. The code gets written from php 5 different ways but doesn't show up all the same so I think the problem is above where the code is getting written. This is suppose to be an error checker for a form the success page works just not the errors for some reason. Ok to the code. You can see it error (as it won't display) here http://www.travelinchucks.com/sendeail.php. Css is here http://www.travelinchucks.com/css.css.
Thanks for any ideas you have.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="refresh" content="20;url=http://www.travelinchucks.com/qa.php" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Question submitted.</title> <link href="css.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="contain"> <div id="banner"><img src="banner.jpg" alt="Travelin Chucks Banner" /></div> <div id="content"> <div id="menu"> <ul id="nav"> <li id="first"> <div><a href="index.html">Home </a></div> </li> <li><div><a href="bio.html">Bio</a></div> </li> <li> <div><a href="http://www.youtube.com/user/Travelinchucks">Videos</a></div> </li> <li> <div><a href="">Blogs</a></div> <ul> <li><a href="http://www.travelblog.org/Bloggers/CrazyShannon/">Shannon's Blog</a></li> <li><a href="http://www.travelblog.org/Bloggers/Dora-the-Explora/">Chelsea's Blog</a></li> </ul></li> <li> <div><a href="http://www.flickr.com/photos/travelinchucks/map?&fLat=20.9614&fLon=-41.4843&zl=16">Where in the World...</a></div> </li> <li> <div><a href="qa.php">Comments</a></div> </li> <li> <div><a href="spread.html">Spread the Word</a></div> </li> <li id="last"> <div><a href="contrib.html">Contributors</a></div> </li> </ul></div> <br />Please Fill in all of the information. <br />You may use your browsers back button or this page will bring you back in 20 seconds.</div> </div> </body> </html>



Reply With Quote


Bookmarks