• I started making a blog and it all looked fine when I was looking at it on my mac. Then when I had some feedback I found that it didn’t look right on IE. The main centre section isn’t quite where it should be, it’s under the sidebars. Heres a link https://www.you.uk.com.celticwebsolutions.co.uk/blog/ How can I sort it please? It looks fine in Firefox but it needs to work in explorer too.

    Any help much appreciated
    Pod

Viewing 4 replies - 1 through 4 (of 4 total)
  • start by fixing the structural errors:

    https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.you.uk.com.celticwebsolutions.co.uk%2Fblog%2F

    when youre done with that, youre going to need to make sure that the content (That includes the tables and images you are using) you are putting in your sidebars, and inside your posts is not set up to be displayed in wider space than those items allow.

    In other words, you CANNOT put a 400px wide table inside a 300px div.

    since even this post:

    https://www.you.uk.com.celticwebsolutions.co.uk/blog/?p=70

    is dropped, it’s going to turn out to be something in one of your sidebars, IF fixing the validation errors doesnt resolve it.

    Thread Starter CelticWebs

    (@podman)

    I’ve started to edit the faults but I can’t find most of them because I don’t even know where they originate. Most of it was just draggin pluggins into teh sidebar so not even code I had done myself. I have a feeling this is gonna be a failed template taht I’ve spent so long messing about with to work it all out.

    theres also some unrendered PHP in righthand side

    <?php include (TEMPLATEPATH . '/searchform.php'); ?>

    like whooami says fix the validation errors or at least have a very close look at the righthand sidebar code – lots of unclosed / badly nested tags – I think thats whats messing it up

    Thread Starter CelticWebs

    (@podman)

    Thanks for the help from both of you, error was <li class=”advertisement”> for some reason. It didn’t like it, as soon as I removed that it worked ??

    Well chuffed now:D

    Thankyou very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Yet another theme not working on IE!!!’ is closed to new replies.