HTML TABLES INDEX

Table (cell) Nowrap


As you can see having browsers wrap text at the wrong place can look odd.
Example 1 These two buttons will help you navigate thru this site in an easy and efficient way
Fortunately you can add the NOWRAP attribute to make things look neater.
Example 2 These two buttons will help you navigate thru this site in an easy and efficient way
  1. If you are using a really high resolution monitor the examples here will not display as intended. Try resetting your display at a lower resolution.
  2. The nowrap attribute is used within the <TH> or <TD> tags.
  3. The nowrap attribute prevents automatic word wrap.
  4. You can use <BR> to mark the location that you want you're text to break.
  5. In example 2 you can see that it's possible to scroll a users screen to the right. Be cautious with how far you go without a <BR>, it can get really messy for a user having to scroll to far.
Align & Valign Back to Main Table Page