Site Rendered Differently in I.E.

Discussion in 'Dzonia WordPress Theme' started by mikelx37, Mar 12, 2014.

  1. mikelx37

    mikelx37 New Member

    Joined:
    Jul 18, 2013
    Messages:
    10
    Likes Received:
    0
    http://dailybrewcrew.com/

    Hello,

    For some reason, the above site which utilizes this theme is rendered differently in IE (Internet Explorer) on certain pages. I will use the following url for example:

    http://dailybrewcrew.com/the-brew-crew/

    If you open this URL in Mozilla FF, you can see the correct layout out with the horizontal lines separating the profiles all the way down the page and with the pictures vertically aligned to the left. However if you open this page in IE, it shows the lines are broken at certain points and the pictures are all staggered from left to right all the way down to the bottom.

    The site looks like it's supposed to on FF, Chrome and Safari, but not on IE.

    Do you know by any chance what could be causing this? I know it can't be isolated to the version of IE that I am using since I am getting the same results on an older version of IE at my work.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Format you are using for horizontal lines is wrong.
    Please check format given below. Use this format for creating profile page.
    This is a format of one profile. Create multiple.
    Code:
    <div style="border-top:1px solid red; width:100%; margin:0px 0px 20px 0px;"></div>
    <h3><img class="alignleft size-medium wp-image-1327" alt="Mike" src="http://dailybrewcrew.com/wp-content/uploads/2013/08/Mike1.jpg" width="270 height="></h3>
    <p style="text-align: justify;"><strong>A L E X</strong></p>
    <p style="text-align: left;"><strong>Hometown:</strong> Riverside, CA<br>
    <strong>Hobbies/Interests:</strong> Singing, Musical Theater, Dancing<br>
    <strong>Education:</strong> University of Redlands<br>
    <strong>1 Thing she would like to do/see in her lifetime:</strong> Travel to Italy<br>
    <strong>Favorite Drink at Daily Brew:</strong> Hot Spiced &amp; Vanilla Chai with almond milk</p>
    <div class="clear"></div>
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page