FireFox and IE issues
-
I’m having browser issues with my website https://danceimagesbybj.com
The sidebar looks different in both browsers. FireFox is closer to what I want.
First of all I included some code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php echo category_description(19); ?>to display a description at the top of a Category post. However, now that category doesn’t appear in the sidebar in IE.
As well the heading I have for Calendar appears in Firefox but not in IE.
Is this something I’ve done in the template? Any ideas for a fix? I’m not a coder and usually work with trial and error and can’t seem to get this one right.
- The topic ‘FireFox and IE issues’ is closed to new replies.