This is a discussion on "Help" within the Web Page Design section. This forum, and the thread "Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Help
I can't centre my top menu bar on the screen. Everything is set to text-align: centre.
http://www.crewsfx.com/ Any help? Thanks! |
|
|
|
|||
|
Re: Help
sorry, where do i put that? around the div or inside or what?
|
|
|||
|
Re: Help
It looks centred to me.
And by the way - the <center> tag is deprecated and therefore should not be used in xhtml strict. Validation shows that you have 4 errors so you might want to look at that. |
|
|||
|
Re: Help
i see your problem, the links on the top navbar are off
this might be part of your problem <h2><a href="http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></h2> <ul> <li></li> I think this would be the better solution <ul> <li><b><a href="http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></b></li> if that doesnt work, check into your css coding for the div, i didnt look into it yet srry
__________________
www.MonsterCoding.com - Website Programming and Development Services |
|
||||
|
Re: Help
I would use <strong> instead of <b> but I am weirdo. Or even better style the li a with font-weight:bold;
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| help |
| Thread Tools | |
|
|