GRRR!! Can’t get the bullets removed from my pages list!
If anyone can make a suggestions, I would hugely appreciate it. Here’s what I think is the necessary code: From the CSS: /*** NavBar Format ***/ #Nav { margin-top: 8px; padding: 0; list-style: inline; float: right; font-family: Calibri, Verdana, Trebuchet, Arial, Sans-Serif; font-size: 14px; margin-right: 12px; } #Nav li { float: left; color: #fff; } …