Reputation: 21934
Is there a way to make links where the text does not flow to the next line without putting in non-breaking spaces in between the words?
I need to be able to set the width: auto on the link also.
<ul>
<li><a href="#">link</a></li>
<li><a href="#">link</a></li>
<li><a href="#">keep all words on the same line</a></li>
<li><a href="#">link</a></li>
</ul>
Upvotes: 0
Views: 627