text wrap?

Discussion in 'CSS' started by CWN, Aug 7, 2006.

  1. #1
    http://proxiesrus.com/

    Notice the text in the left, it does not stay in my box/div? Any thoughts? I would love some assistance :)!
     
    CWN, Aug 7, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    It's just doing what you told it to.
    
    #left div	{
    	[color=red]white-space: nowrap;[/color]⇐ remove this line
    	margin-left: 10px;
    	margin-right: 5px;
    	margin-bottom: 10px;
    }
    Code (markup):
    cheers,

    gary
     
    kk5st, Aug 7, 2006 IP
  3. CWN

    CWN Banned

    Messages:
    311
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    kk5st - thank you so much, it fixed everything!
     
    CWN, Aug 7, 2006 IP