Log in

View Full Version : Can't see it



bluewalrus
12-05-2008, 04:54 PM
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.


<!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?&amp;fLat=20.9614&amp;fLon=-41.4843&amp;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>

Thanks for any ideas you have.

Snookerman
12-05-2008, 05:14 PM
Do you mean the content now showing? The "Please fill in..." part? In that case it's because of this:

#content {
width:800px;
color:#000000;
background-color:#ffffff;
font-size:0;
line-height:0;
}

bluewalrus
12-05-2008, 06:03 PM
I changed that but still no luck.

Snookerman
12-05-2008, 08:19 PM
I can see it now, both in FF3 and IE7.

Schmoopy
12-05-2008, 08:31 PM
Yes, what did you change to make it work?

Was it snookerman's change, or something else?

bluewalrus
12-05-2008, 09:12 PM
I used snookerman's changes but in my browser its still not showing up but oh well the majority can see it. I use flock although I'm thinking of switch back to FF...

or Rather it wasn't but now it is hmmm hah I'll take it.

Snookerman
12-05-2008, 09:30 PM
Have you tried clearing your browser's cache?

bluewalrus
12-05-2008, 09:37 PM
Nope. I refreshed it a few times then a few hours later I came back and it showed up.