Forums

post date style inconsistency (3 posts)

  1. Jparra
    Member
    Posted 3 years ago #

    Hello,
    I have been customizing a theme for my own use over the last few days and have noticed a small problem.
    I have had to change and add some code to make it work in IE7 as well as have some added features.
    Somewhere along the line of all this the Grey highlight of post dates shows in some posts and not in others in the blogs. Can anyone figure out what could be producing this kind of inconsistency? Any advise or help would be appreciated. Thanks Guys!

    LINK to site

  2. Jparra
    Member
    Posted 3 years ago #

    Can someone take a look at this? I still can't figure it out. It doesn't happen on every post just some of them. Kinda weird.

  3. TapeBoy929
    Member
    Posted 3 years ago #

    Taking a look at the source, I see this in the code for the BlessingMarie.com post's date-

    <div class="PostTime"><b>17</b> <am>Mar 2009</am> </div>

    The <am> tags is what is causing the error here. FF is always better at parsing strange HTML. IE is probably considering 'Mar 2009' to be "outside" or the PostTime div. I'd recommending updating this to <span> instead. Look in wp-content/themes/THEME_NAME/index.php. Good luck.

    [signature moderated Please read the Forum Rules]

Topic Closed

This topic has been closed to new replies.

About this Topic