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
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.
The nowrap attribute is used within the <TH> or <TD> tags.
The nowrap attribute prevents automatic word wrap.
You can use <BR> to mark the location that you want you're text to break.
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.