Table won't display in IE?

They have: 3 posts

Joined: Jan 2009

I'm new to this forum so I will start off by saying Hi Smiling

I'm really hoping somebody can help me because I am well and truly stuck.

I have a site, http://lilyallengraphics.sytes.net
It's nothing fancy but it's just something to do as a hobby.
I usually use a bit of Dreamweaver and a bit of my own knowledge to make up a site.
Recently I changed the layout on this site, using the same old tools I always use, but for some absurd reason the content table only shows on Firefox, Safari etc. When you load the site in IE the only part that shows is the background :S

I honestly have NO idea why it would do this, and I'm very confused as to why it's doing it anyway, because it's never happened before and I didn't use any new methods.

Does anyone know what the problem may be? If you can help I will forever be in your debt!

Thanks a lot.

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

Hi and welcome. Smiling

Your link doesn't appear to be going to your site. Can you verify that it's correct?

They have: 3 posts

Joined: Jan 2009

Oops! Sorry, bit of a typo there. It should be working now Smiling

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

In the head of your page where this code is:

<style type="text/css">
<!--
body {
background-image: url(images/stripe_ebeefce12bde2e24628ca27ed5691997%20copy.png);
background-repeat: repeat;

</style>

Add the end brace for the body section and the closing HTML comment, so it's going to be like this:

<style type="text/css">
<!--
body {
background-image: url(images/stripe_ebeefce12bde2e24628ca27ed5691997%20copy.png);
background-repeat: repeat;
}
-->
</style>

The page should show up now.

They have: 3 posts

Joined: Jan 2009

Thankyou so much! It's worked.

Don't know how I missed that Smiling

Thanks again.

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

Glad to help Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.