If your code is like this
<div id="links"> <a href="#link">Link</a> <a href="#link">Link</a> <a href="#link">Link</a> </div>
You can have this CSS:
#links { white-space: nowrap; }
This will prevent the wrapping of links to another line.
If your code does not like you should send it with your question.
source share