How to force not to break line?

Discussion in 'HTML & Website Design' started by x0x, Aug 28, 2008.

  1. #1
    Is there any way to force my html code not break the line? I want it to be on one line. I remember that there were some tags but I forgot...
     
    x0x, Aug 28, 2008 IP
  2. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    <nobr> </nobr>
     
    DREAM SIZE, Aug 28, 2008 IP
  3. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Google NOBR, NOWRAP, and &nbsp;. NOBR is a non-standard and some browsers do not support it. There are variations of Table markup with comparable CSS markup.
     
    Dodger, Aug 28, 2008 IP
  4. x0x

    x0x Well-Known Member

    Messages:
    510
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Thank you.
     
    x0x, Aug 28, 2008 IP