Heeelp...i Am Desperate!!!!!!

Discussion in 'CSS' started by xxMirceaxx, May 24, 2009.

  1. #1
    I'm sorry for shouting, but I really am desperate.
    I have some problems with a site of mine, I need the text to appear until the end of a text box but it only displays half of the box then jumps on a new row. I think this is simple, but I am very noob with this and have no clue :(
    Can anyone tell me how to modify my style.css, please?

    http://tinyurl.com/omtvj7 - sry for putting the link through tiny and anonym.to but I don't want it spidered.
     
    xxMirceaxx, May 24, 2009 IP
  2. hasnatme

    hasnatme Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Change your css name "scroll-inside" to the following settings.

    #scroll-inside {
    height: 370px;
    width: 100%;
    overflow: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
    }
     
    hasnatme, May 24, 2009 IP