Wrapping tip

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

Create a website or blog at WordPress.com