Results 1 to 7 of 7

Thread: Emergency Help Please!!!

  1. #1
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Emergency Help Please!!!

    Hello, I just re-designed the layout of my website and it shows up on my computer but on every other computer i pull up the website on the page just shows the background wallpaper and NO CONTENT! please take a look at the html writeup of the page: www.reefscavengers.com/index2.html and see if you can find something wrong?!?!

    Thanks very much for any help you can provide.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Twey...Thanks very much for your reply, although i checked out the link and dont understand where the problem is. Can you suggest a quick fix?

    i also just figured out that the page loads fine in FF but in IE only the background appears, no table, images, or content whatsoever
    Last edited by ikon; 09-09-2007 at 10:14 PM.

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Welll; on my computer, it works in firefox but not in IE7. After running some tests, I noticed that if you take out the following highlighted part in your code it will then work in IE7:

    Code:
    <html>
    <HEAD>
    <STYLE>
    <!--
    a {text-decoration: none;
    color: #4C6B05;
    font-face: tahoma;
    }
    
    a:hover {color: #B5C988}
    
    body
    {
    background:url(wallpaper.jpg) no-repeat;
    background-attachment: fixed;
    }
    
    //--!>
    </style>
    <title>ReefScavengers.Com - Cleaner Crews, Inverts, Corals & More!!</title>
    It would be a good idea to get your page validated just to be sure that it will work in most modern (standards-complient) browsers. Look around the web or even just these forums for info on how to do this.

    Hope this helps.
    Last edited by thetestingsite; 09-09-2007 at 10:24 PM.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    modern (standardized - if that is even a word) browsers
    It is, but it's inappropriate there. You probably mean "standards-compliant."
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Quote Originally Posted by Twey View Post
    It is, but it's inappropriate there. You probably mean "standards-compliant."
    Ah yes, thanks for the correction. Fixed now.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  7. #7
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    your a lifesaver!!! thanks very very much

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
  •