Autobots

Is There Anything I Can Do to Stop Text from Taking Up More Than One Line (Wrapping/Breaking)?

Asked by Autobots 2 years ago css text wrap


Ian Pegg
0
 
In the bad old days of proprietary HTML you would have used the '<nobr>' tag, these days the same effect can be achieved using the CSS 'white-space: Nowrap' property-value, which will prevent text wrapping until a <br/> tag is encountered.  You may wish to check out the other values available for this property at: www.w3schools.com

by Ian Pegg 2 years ago

Answer this question

Is There Anything I Can Do to Stop Text from Taking Up More Than One Line (Wrapping/Breaking)?

0 errors found:

 
0