Vertically centering text?

liunx

Guest
I dont know much about designing web sites but im slowly learning ....<br />The problem is im having difficulties with vertically centering the text in my navbar.<br />Im using css coding and dreamweaver cs3.<br />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.<br />Website<br />If any style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
Hi...<br /><br />Try adding line-height: 40px; to your #navbar css, like below:<br /><br /><br />#container #navbar {<br />border: 1px solid;<br />background-image: url(images/navbar.gif);<br />background-repeat: no-repeat;<br />height: 40px;<br />text-decoration: none;<br />text-align: center;<br />line-height: 40px;<br />}<!--content-->
But also take out the border i put in there for some reason too!<br /><br />Hope it helps.<!--content-->
Wow that was so easy, i feel stupid now <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tongue.gif" /><br />Thank you so much for your help<!--content-->
 
Top