StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-23-2009, 05:42 PM
alysiaminor alysiaminor is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Location: Texas
Posts: 49
Default Another IE problem...

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(); ?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 01:52 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.