Center Nav Bar Elements?

Like what hitautodestruct said there are two ways, but you need to describe what you want.

Like what hitautodestruct said there are two ways, but you need to describe what you want. Do you want the whole navigation block center aligned? If so you could do this in the css (change the width to what ever you neeed it to be): div#menu { width:500px; margin: 0px auto; } Do you want the content within the naviagtion to be centered?

If so then add this to your css: ul { text-align:center; } If these aren't what you are looking for then can you describe in more detail please! Cheers.

You would be better off having this on #wrapper, but I guess it depends on @Steven's other bits of CSS. – Neurofluxation Aug 12 '10 at 15:20 Either one, doesn't really matter surely? Depends on how big he wants navigation to be?

But like you said all depends on what he needs! – Ryano Aug 12 '10 at 15:27.

Try to use this css attribute: text-align and vertical-align w3schools.com/css/pr_pos_vertical-align.asp w3schools.com/CSS/pr_text_text-align.asp I don't sure is your html is entry page or not so I can not edit the css for you, try to do that by yourself if possible.

1 Vertical align is not exactly equivalent to the old valign attribute. Sadly you can't just vertically position elements with a single attribute. Phrogz.Net/css/vertical-align/index.

Html – hitautodestruct Aug 12 '10 at 9:59.

If you want to center it on the x grid you would use the simple technique of auto margins: Set your body so that it aligns text to the center: body{text-align:center;} Set your container with auto margin left and right and also so it aligns all text back to the left: #wrapper{margin:0 auto;text-align:left;} On the vertical side it's a bit trickier follow this article: phrogz.net/css/vertical-align/index.html.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions