chrisb
05-25-2007, 09:20 AM
Hi Guys,
Quick one. I'm trying to valign the text in this class to the middle, but whatever I do I can't seem to manage it.
Would anyone be able to help please. I'm happy where my images sit, but want the text in the middle
<style>
.nav_one {
margin-left: 5px;
width:782px;
color: #6599C9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
vertical-align: text-top;
border: 1px solid #CCCCCC;
}
</style>
</head>
<body>
<span class="nav_one"><img src="images/rss_logo.jpg"> RSS News | <img src="images/rss_logo.jpg"> RSS Sport</span>
</body>
</html>
Thanks
Chris
Quick one. I'm trying to valign the text in this class to the middle, but whatever I do I can't seem to manage it.
Would anyone be able to help please. I'm happy where my images sit, but want the text in the middle
<style>
.nav_one {
margin-left: 5px;
width:782px;
color: #6599C9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
vertical-align: text-top;
border: 1px solid #CCCCCC;
}
</style>
</head>
<body>
<span class="nav_one"><img src="images/rss_logo.jpg"> RSS News | <img src="images/rss_logo.jpg"> RSS Sport</span>
</body>
</html>
Thanks
Chris