Help

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 9th, 2006, 20:11
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
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!
Reply With Quote

  #2 (permalink)  
Old Aug 9th, 2006, 20:13
Anonymous User
Guest
Posts: n/a
Re: Help

<center></center> doesnt that work?
Reply With Quote
  #3 (permalink)  
Old Aug 9th, 2006, 20:22
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Help

sorry, where do i put that? around the div or inside or what?
Reply With Quote
  #4 (permalink)  
Old Aug 9th, 2006, 20:37
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #5 (permalink)  
Old Aug 9th, 2006, 20:51
Anonymous User
Guest
Posts: n/a
Re: Help

thought this was CSS forum - soz
Reply With Quote
  #6 (permalink)  
Old Aug 10th, 2006, 02:04
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #7 (permalink)  
Old Aug 11th, 2006, 13:28
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,948
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: Help

I would use <strong> instead of <b> but I am weirdo. Or even better style the li a with font-weight:bold;
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 16:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43