eXtreme Programming
XP for the programmer
29 December 2010
HTML : white space nowrap
In the gold days to avoid a white space wrap we could use the nobr tag. Now since the tag is deprecated we must use css:
.nobr { white-space:nowrap; }
This class can be applied to a span with the text we need to avoid the wrap.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment