![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all...I looked at the other browser compat. post--didn't see one quite like this.
I'm having trouble with some pages displaying the text(post) in Firefox, but not IE 7. For example: http://miccimarmalade.com/main/about In firefox the body text is visible... ![]() in ie...no text, only " " ![]() I'm guessing it has something to do w/ the div classes because my sidebar is gone, too...but don't know how to fix. Thanks! P.S. (my page.php code) <?php get_header(); ?> <div class="wrapper"> <div id="secondarytop"> </div> <div id="secondary"> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="singletitle"> <h3><?php the_title() ?></h3> </div> <div id="postcontent"> <?php the_content(''); ?> </div> <?php endwhile; else: ?> <?php endif; ?> </div> <?php include (TEMPLATEPATH . '/sidebar-page.php'); ?> </div> </div> <?php get_footer(); ?>
__________________
Alysia Robertson Visit My Personal Craft Blog--Made with StudioPress Church Theme |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pages - Parent/Child problem (plus a page title problem) | MikePaulus | General Discussion | 6 | 03-02-2010 05:21 PM |
| IE7 and IE8 center problem and Date Problem | register | General Discussion | 2 | 07-28-2009 10:04 AM |
| problem with timthumb - may be host problem | dgs | General Discussion | 4 | 07-24-2009 04:56 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us