views:

87

answers:

1

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

![Wordwrap][1]

[1]:

A: 

You might try the <nobr> tag.

for example:

<nobr><a href="#">my long link</a></nobr>
Chris Lively
My question is where do I apply the <nobr>?
Scott and the Dev Team