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
Hi, Just played with the HTML and got this. See if it does what you want. Mike <div class="navigation"> <div class="alignleft">« <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> »</div><br /> </div> <div class="center" id="post-104"> <h2>Episode 2 - The World’s Strongest Team</h2> The two changes are bold
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