Text stretching too far...

Discussion in 'HTML & Website Design' started by n1ck, Jun 25, 2006.

  1. #1
    On my website -- www.paidpostingcentral.com, the text is stretching just too far. Though on IE it looks fine, but on Firefox it goes over the border. I've tried everything I can think of. What can I do to make it look correct in FF and not look messed up in IE?
     
    n1ck, Jun 25, 2006 IP
  2. sgtsloth

    sgtsloth Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A few things...

    1. Check your <p></p> tags, you've got some switched around.
    2. Your CSS is broken up into two parts, for some reason. Try deleting all your CSS and replacing it with this combined version. Should work.
      
      .content
      { 
      background-image: url('images/paidpc_10.gif');
      background-repeat: repeat-y;
      padding-right:50px;
      }
      
      Code (markup):
     
    sgtsloth, Jun 25, 2006 IP
  3. n1ck

    n1ck Active Member

    Messages:
    197
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Wow thanks. Works perfectly. :)
     
    n1ck, Jun 25, 2006 IP