HTML Align Problems in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yinkanno
    New Member
    • Feb 2008
    • 2

    HTML Align Problems in IE

    Is it possible for you to give a word of advise, I've been playing around lately with HTML, I only know the basic HTML but I am willing to learn more

    I have noticed a bug on my blog: www.yinkaadeyey e.com.

    While my main postings are properly aligned (left) on Safari and FireFox, I have noticed that they are aligned as 'centre' when viewing with Internet explorer,

    The problem can best be understood by viewing my blog: www.yinkaadeyey e with Firefox or Safari and then with Internet Explorer

    I dont know what I'm doing wrong and would be grateful if you can offer an advise.

    Thanks
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Try fixing these

    Thanks,
    {\_/}
    (' . ')
    (")[DEATH](")
    (")(")

    Comment

    • Yinkanno
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by Death Slaught
      Try fixing these

      Thanks,
      {\_/}
      (' . ')
      (")[DEATH](")
      (")(")

      Thanks DeathSlaught

      Would you know which line is the culprit?

      Most of the lines not validated seems to be html copied and pasted for my widgets on the sidebar, I am not really concerned about them.

      My main concern are the main posts: quotes, audio, texts etc on the main posts not correctly aligned on IE,

      any advise?

      Comment

      • Death Slaught
        Top Contributor
        • Aug 2007
        • 1137

        #4
        Try putting them all in a div, and then make it float:left;

        [CODE=css]div#contents {
        float:left;
        }[/CODE]

        Thanks,
        {\_/}
        (' . ')
        (")[DEATH](")
        (")(")

        Comment

        Working...