• Hi

    I need to use different templates in different pages in my blog. I′ve created several templates from the base page.php and all works fine in FF, but the pages with the templates that i wrote apper with a wrong layout in IE7 (except the page.php) How can i make this work??????

    Thanks
    Jorge

Viewing 3 replies - 1 through 3 (of 3 total)
  • A URL might help.

    Chances are that you need to serve slightly different CSS to IE 7 – which you can do using conditional comments.

    Thread Starter jorge-santos

    (@jorge-santos)

    Hi.

    But the other templates are based in the same original template, and i just remove the sidebar and changed the with of the text…

    I wondering if it is a question of the CSS not recognizing the new templates in IE

    Jorge

    If you’ve only made changes in the page template files, it’s highly likely that you’ll also need to make changes to the CSS for those templates as well.

    CSS doesn’t ‘recognise anything’. It’s not so much a scripting language as a series of instructions that browsers apply to create the visual display of a page. If your original page templates are working fine, I’d guess that you either need to add some extra CSS for the newer templates or you have an error in one of your CSS files that’s throwing IE off.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using a diferent template in page — error in ei7’ is closed to new replies.