![]() |
|
#1
|
|||
|
|||
|
Ha!
Okay so I've done all the reading on customizing a different navbar for the index page as opposed to the forums page and I've figured all that out and that's all great. Just one problem. How in the world do I center it? This is what I have now for coding for the navbar on the index page: Code:
<div class="hovermenu"> <ul> <li><a href="http://www.cmas-md.org">Home</a></li> <li><a href="contacts-frag.htm">Contacts</a></li> <li><a href="forums/">Forum</a></li> <li><a href="gallery-frag.php">Tank Tour pics</a></li> <li><a href="library-frag.php">Library</a></li> <li><a href="links-frag.htm">Links</a></li> <li><a href="mission-frag.htm">Mission</a></li> <li><a href="meetings-page.htm">Meetings</a></li> <li><a href="membership-frag.htm">Join</a></li> <li><a href="sponsors-frag.htm">Sponsors</a></li> </ul> </div> http://cmas-md.org/cmps_index.php?styleid=1 Any clue? Thanks in advance, Heather Edited to add: I've also changed the settings in the css as well and it's not working there either. I'm thinking somewhere else there's code that precedence over my settings? Last edited by ortegah; 03-30-2006 at 04:09 PM. |
|
#2
|
||||
|
||||
|
Did you try it on your "<div>" tag? Also, what changes exactly did you do to the navbar? From looking at the source code of that page it looks like there are some misplaced <td> tags in there.
|
|
#3
|
|||
|
|||
|
Did you try adding center to the code like this
Code:
<div class="hovermenu"> <ul><align="center"> <li><a href="http://www.cmas-md.org">Home</a></li> <li><a href="contacts-frag.htm">Contacts</a></li> <li><a href="forums/">Forum</a></li> <li><a href="gallery-frag.php">Tank Tour pics</a></li> <li><a href="library-frag.php">Library</a></li> <li><a href="links-frag.htm">Links</a></li> <li><a href="mission-frag.htm">Mission</a></li> <li><a href="meetings-page.htm">Meetings</a></li> <li><a href="membership-frag.htm">Join</a></li> <li><a href="sponsors-frag.htm">Sponsors</a></li> </ul> </div> |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pm Pop Ups not working | cbr929rrerion | Troubleshooting & Problems | 3 | 02-27-2006 11:53 PM |
| Working Not Working | zigsterfrag | Troubleshooting / "How do I..." Questions | 1 | 05-22-2005 12:13 PM |
| not working | indie | Troubleshooting / "How do I..." Questions | 9 | 09-16-2004 03:24 PM |