If you don’t want your links to wrap, i.e. if you don’t want your link text to break in between and extend across lines (it’s really ugly for small layouts like this one), then add this to your css:
a { white-space: nowrap; }
If you don’t want your links to wrap, i.e. if you don’t want your link text to break in between and extend across lines (it’s really ugly for small layouts like this one), then add this to your css:
a { white-space: nowrap; }
Leave a Reply