Results 1 to 8 of 8

Thread: Can't see it

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default Can't see it

    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.

    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?&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.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Do you mean the content now showing? The "Please fill in..." part? In that case it's because of this:
    Code:
    #content {
    width:800px;
    color:#000000;
    background-color:#ffffff;
    font-size:0;
    line-height:0;
    }

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    bluewalrus (12-05-2008)

  4. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I changed that but still no luck.

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I can see it now, both in FF3 and IE7.

  6. #5
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Yes, what did you change to make it work?

    Was it snookerman's change, or something else?

  7. #6
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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.

  8. #7
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Have you tried clearing your browser's cache?

  9. #8
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Nope. I refreshed it a few times then a few hours later I came back and it showed up.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •