Quote:
Originally Posted by sgtmac66
Uh....nooooo! Was I supposed to?
I am also having problems with my vertical navbar on the left hand side. I have about the same problem, whereby I cannot get the text to center in the column...Not centering the links, but getting the whole navigation to center in the column.
I'll give your suggestion a whirl 
|
Unless Im mistaken, the browser should automatically center them when using a UL tag. Try copy and pasting this code(if you wish) as an effort to track your problem. No style should be needed for centering.
<div class="Navigation">
<h3>
Accommodations
</h3>
<ul>
<li><a href="#">Navigation Link 1</a></li>
<li><a href="#">Navigation Link 2</a></li>
<li><a href="http://www.sitesell.com/">Navigation Link 3</a></li>
<li><a href="#">Navigation Link 4</a></li>
<li><a href="#">Navigation Link 5</a></li>
</ul>
<h3>
Activities
</h3>
<ul>
<li><a href="#">Navigation Link 6</a></li>
<li><a href="#">Navigation Link 7</a></li>
<li><a href="#">Navigation Link 8</a></li>
<li><a href="#">Navigation Link 9</a></li>
<li><a href="#">Navigation Link 10</a></li>
</ul>
</div>
Alternatively, if your website is live, you can post a link, so we can firebug it.