Jump to content

Wrapping Text

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Is there a way to keep text from wrapping inside of a table?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Yes, inside of the TD put NOWRAP so

<TD NOWRAP>


#3
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Does this work for <div> as well?