/ Published in: CSS
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a { white-space: nowrap; }