DM Posted February 5, 2009 Share Posted February 5, 2009 Hello, I desparately need help fixing a problem in a home.php file to make it look right in IE 7. I downloaded a WordPress magazine theme called "The Stars" You can view the theme @ (http://www.premiumwp.com/the-stars-a-free-premium-wordpress-theme/) I added an image the home.php between the flickr feed and the “Latest News” section. I put one there and it looks fine in Opera, but IE7 is showing words on top of words in the post section under latest news. I figure there is some php or html code that would allow some break or something that would fix the problem. Some thing that would push that section down??? Visit my site to see what I mean. http://www.wewantflowers.com Here is the code: I put the image in the adblock file <div id="flickrbox"> <h3 class="section-title"><?php _e('Photo Shots!'); ?></h3> <div id="flickrwrap"> <?php get_flickrRSS(); ?> </div> </div> <?php endif; ?> <li id="adx100" class="adblock"> <?php include (TEMPLATEPATH . '/ads/ads-300x100.php'); ?> </li> <div id="list-categories"> <h2 class="section-title"><?php _e( 'Latest Gifts Ideas and Deals for Valentines Day', 'wpbx' ) ?></h2> <?php Thank you DM Link to comment https://forums.phpfreaks.com/topic/143948-need-help-fixing-a-problem-in-a-homephp-file-to-make-look-good-in-ie7/ Share on other sites More sharing options...
gevans Posted February 5, 2009 Share Posted February 5, 2009 This is a html/css issue not php Link to comment https://forums.phpfreaks.com/topic/143948-need-help-fixing-a-problem-in-a-homephp-file-to-make-look-good-in-ie7/#findComment-755375 Share on other sites More sharing options...
grim1208 Posted February 5, 2009 Share Posted February 5, 2009 gevans is right this is an html issue Make sure you are closing your <div> where they need to be closed is the best advise I can give based of the limited code you posted Link to comment https://forums.phpfreaks.com/topic/143948-need-help-fixing-a-problem-in-a-homephp-file-to-make-look-good-in-ie7/#findComment-755380 Share on other sites More sharing options...
DM Posted February 6, 2009 Author Share Posted February 6, 2009 Thanks for the response's. In the above code, all I added was this part: <li id="adx100" class="adblock"> <?php include (TEMPLATEPATH . '/ads/ads-300x100.php'); ?> </li> If I take it out it looks perfect, but I really need to have an image in that location. If it is just some simple html code, does anyone know it? Is there another forum I should go to? I really would appreciate your help. Link to comment https://forums.phpfreaks.com/topic/143948-need-help-fixing-a-problem-in-a-homephp-file-to-make-look-good-in-ie7/#findComment-755875 Share on other sites More sharing options...
grim1208 Posted February 9, 2009 Share Posted February 9, 2009 what is inside of your file you are insterting between your <li></li>'s do you have a link to where we could see the problem? Link to comment https://forums.phpfreaks.com/topic/143948-need-help-fixing-a-problem-in-a-homephp-file-to-make-look-good-in-ie7/#findComment-757938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.