Log in

View Full Version : Emergency Help Please!!!



ikon
09-09-2007, 09:17 PM
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.

Twey
09-09-2007, 09:20 PM
I can find quite a few things wrong (http://validator.w3.org/check?uri=http%3a%2f%2fwww.reefscavengers.com%2findex2.html).

ikon
09-09-2007, 09:59 PM
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

thetestingsite
09-09-2007, 10:17 PM
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:



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

Twey
09-09-2007, 10:22 PM
modern (standardized - if that is even a word) browsersIt is, but it's inappropriate there. You probably mean "standards-compliant."

thetestingsite
09-09-2007, 10:23 PM
It is, but it's inappropriate there. You probably mean "standards-compliant."

Ah yes, thanks for the correction. Fixed now.

ikon
09-09-2007, 10:28 PM
your a lifesaver!!! thanks very very much