Hi, Thanks for the help eston. Now the contentpaine/blue border wraps around all the text in IE. however, this has spawned another problem. My footer appears in IE, inside the blue bordered area now. https://www.runjeeta.com/word. It’s fine in fire fox and others, but wrong in IE… I’m pasting my code here…its my index… I used a <div style= “clear:both”> </div> to pull the white background of the body down all the way down. I can’t seem to move this divstyle anywhere in the code to make it work right. Even moving it to the footer doesn’t help. The code for the index page is below. My coding is at the bottom of it.
<?php get_header();?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<a>
” rel=”bookmark”>
<?php the_title(); ?>
<?php _e(“Filed under:”); ?>
<?php the_category(‘,’) ?> —
<?php the_author() ?> @ <?php the_time() ?>
<?php edit_post_link(__(‘Edit This’)); ?>
<?php the_content(__(‘(more…)’)); ?>
<?php wp_link_pages(); ?>
<?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
<?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
<strong>
</span>
<br/>
<span class=”frontpage”></span></div>
<!– InstanceEndEditable –>
<p class=”contentpane2″><span class=”randomcolortext”>{search}</span>
<br/>
<IMG class=”imageright” alt=”howl”
src=”https://www.runjeeta.com/images/howl1.jpg”/>
<div style=”clear: left”></div>
</strong>
<?php get_footer(); ?>
Also, is it wrong to have span tags in this code? It was for formatting my text, although it seems to not work on my word tempate yet. I have an idea of how to fix it though. I would rather get my footer straightened out first..
Thanks for helping. Becky01 ps. I don’t know why some of this message is in bold…