Page all messed up in chrome!!!

Discussion in 'HTML & Website Design' started by cscott5288, Oct 11, 2009.

  1. #1
    Usually Chrome renders similiarly to FF. Not in this case.

    An enormous amount of line breaks are added between dividers in Chrome and I can't figure out why.

    Anyone have any clue?

    I would much appreciate the help and I will add rep if anyone can find the answer.
     
    cscott5288, Oct 11, 2009 IP
  2. ChadSkinny

    ChadSkinny Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try using <br> instead of <p>
     
    ChadSkinny, Oct 11, 2009 IP
  3. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    are you talking about for these?

    <div class="container">
    <div class="head"><p class="title"></p></div> <!-- head -->
    <div class="content"><p class="text"><img id="imgtestimoney" src="images/blank_avatar_male_small.jpg" alt="" align="left" /><img src="images/blockquoteb.png" ALIGN="bottom" alt=""><font size="4" /> Yeah, so as the title says i've reached a stalemate with my playing... I'm not sure where to go from where i currently am, I can play relatively fast but not all that cleanly and the only scale i know is the minor pentatonic scale.. I play mainly metal/rock style of music.. 
    im not sure where to go from where i am so any help would be appreciated.. suggest any good scales to use or whatever... as i said i have no idea where to go from where i am now Thanks </font><img src="images/blockquoteb2.png" ALIGN="top" alt="" />
    <br />
    <font size="3">- <a href="http://www.ultimate-guitar.com/forum/showthread.php?t=1179924">Comment</a> made by <i>Moshtastic</i> @ Ultimate-Guitar.com</font>
    </p>
    </div> <!-- content -->
    <div class="foot"></div> <!-- foot -->
    </div> <!-- container -->
    HTML:
     
    cscott5288, Oct 12, 2009 IP
  4. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Can anyone please help with this? I have been trying to solve this problem for weeks and am kind of not able to finish this whole project because of this ...
     
    cscott5288, Oct 17, 2009 IP
  5. icebaby4u

    icebaby4u Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hello, maybe I can help you.Send me more details on PM (URL of your site ,what programming language did u apply,etc)
     
    icebaby4u, Oct 18, 2009 IP
  6. epikpoker

    epikpoker Well-Known Member

    Messages:
    213
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #6
    Try getting your site to validate - http://validator.w3.org/
     
    epikpoker, Oct 18, 2009 IP
  7. dabzo

    dabzo Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I hope I'm not being as dork, but you dont' have p=class, style 75 defined, you have 2x style 77, but I don't think that's it... maybe try lineheight, and use em instead of px 1em is 14px (or whatever you set the body to) 1.5em would be 150% of this, em and lineheight would help, if declaring your p class 75 (2x pclass 77, no 75 to be seen)

    hope that helps,
    -AM
     
    dabzo, Oct 19, 2009 IP
  8. dabzo

    dabzo Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    HA! got it! change height from "100%" to "auto" for your container div.
    Hope that helps!
    -AM
     
    dabzo, Oct 19, 2009 IP