CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Center Menu on Page? (http://www.codingforums.com/showthread.php?t=286219)

oneredog 01-22-2013 12:52 AM

Center Menu on Page?
 
Hi,

I am needing some help to center my navigation bar template, I am having a heck of a time trying to figure it out, please point me in the right direction.

My website is: http://www.montanapta.org/

I am using a template for my page navigation in dreamweaver CS5.5

Master .dwt:
Code:

<div id="navigation">
<ul>
<li class="auto-style1"><a href="index.html">Home</a></li>
<li class="auto-style1"><a href="pages/unit_tools.htm">Unit Tools</a></li>
<li class="auto-style1"><a href="pages/programs.htm">Programs</a></li>
<li class="auto-style1"><a href="pages/scholarship.htm">Scholarship</a></li>
<li class="auto-style1"><a href="pages/treasure_state.htm">Treasure State</a></li>
<li class="auto-style1"><a href="pages/governance.htm">Governance</a></li>
<li class="auto-style1"><a href="pages/convention.htm">Convention</a></li>
<li class="auto-style1"><a href="pages/about.htm">About</a></li>
<li class="auto-style1"><a href="pages/contact.htm">Contact</a></li>
</ul>
</div>

Thanks, Any help greatly appreciated.

Excavator 01-22-2013 08:33 AM

Hello oneredog,
Have a look at this example.


All times are GMT +1. The time now is 07:24 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.