December 8, 200718 yr I dont know much about designing web sites but im slowly learning .... The problem is im having difficulties with vertically centering the text in my navbar. Im using css coding and dreamweaver cs3. If you have a look at the link below you can see my problem, basically i want to get the text centered exactly in the white space but i just cant figure it out. Website If any one could just point me in the right direction i would be very grateful
December 9, 200718 yr Hi... Try adding line-height: 40px; to your #navbar css, like below: #container #navbar { border: 1px solid; background-image: url(images/navbar.gif); background-repeat: no-repeat; height: 40px; text-decoration: none; text-align: center; line-height: 40px; }
December 9, 200718 yr But also take out the border i put in there for some reason too! Hope it helps.
Create an account or sign in to comment