Forum Moderators: not2easy
<a class="NavLink YouAreHere" href="notificationPrefs.php">Notification Preferences</a>
.NavLink {
margin: 0.5em;
padding: 0.4em;
}
.YouAreHere {
text-decoration: none;
color: white;
background-color: #231c25;
padding: 0.4em;
}
--------------------
>>When I shrink the browser window so that link can't fit on one line, it breaks it between the two words. How do I keep both words together on the same line?