Question

I am having a problem with links wrapping. How do I prevent this?

![Wordwrap][1]

[1]:

Was it helpful?

Solution

You might try the <nobr> tag.

for example:

<nobr><a href="#">my long link</a></nobr>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top