Cant seem to fix this, Some help appreciated please

Discussion in 'HTML & Website Design' started by AnonymousUser, Oct 21, 2008.

  1. #1
    Hey guys, Basically I noticed a problem with my wordpress single post titles in IE, I use firefox so I didnt notice it at first, The main problem is I have checked with chrome, safari, Opera, & Firefox and the problem doesnt exsit here.

    Example - http://dbzepisode.org/episode-2-the-worlds-strongest-team/

    If you go here you will see the post title for some reason is getting umbled up and isnt being aligned properly, I cant seem to fix it, would be greatefull if somebody knows.
    Thanks in advance
     
    AnonymousUser, Oct 21, 2008 IP
  2. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    Just played with the HTML and got this. See if it does what you want.

    Mike

    <div class="navigation">
    <div class="alignleft">&laquo; <a href="http://dbzepisode.org/episode-1-the-arrival-of-raditz/">Episode 1 - The Arrival of Raditz</a></div>
    <div class="alignright"><a href="http://dbzepisode.org/episode-3-gohans-hidden-powers/">Episode 3 - Gohan’s Hidden Powers</a> &raquo;</div><br />
    </div>
    <div class="center" id="post-104">
    <h2>Episode 2 - The World’s Strongest Team</h2>


    The two changes are bold
     
    MikeHayes, Oct 22, 2008 IP
  3. AnonymousUser

    AnonymousUser Peon

    Messages:
    593
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, I wrote a small bit of php to only add the BR if the browser is IE, Otherwise it knocks the post title down to far in all other browsers, I didnt bother to change the other change you made in bold as it wasnt nessecary.
    Added Rep to you, Thanks for the help
     
    AnonymousUser, Oct 22, 2008 IP