Positioning Text

I have text next to a graphic in my navigation that I would like to center in-line with the corrisponding graphic using a style class ".text_buttons". I just need a push in the right direction. Could you take a look a let me know what to ad to my code? Thanks!<br />
<br />
<!-- m --><a class="postlink" href="http://www.home.earthlink.net/~svoltmer/">http://www.home.earthlink.net/~svoltmer/</a><!-- m --><!--content-->try adding align="middle" to the img code<!--content-->still doesn't work.<!--content-->it does for me, maybe you didn't put it in the right place:<br />
<br />
<br />
href=http://www.htmlforums.com/archive/index.php/"http://www.home.earthlink.net/~svoltmer/web_design.html"><IMG <br />
height=20 src=http://www.htmlforums.com/archive/index.php/"leftnav_files/leftnav_but_01.gif" width=20 border=0 <br />
name=leftnav_but_01 align="middle" ><SPAN class=text_buttons>WEB DESIGN</SPAN></A> </TD></TR><!--content-->Thanks!! I thought it would have to be a "valign" instead of "align", but you were right. I still had to use the style property of "vertical-align" for my "button_text" class to get both the image and the text to be lined up. Thanks again!!<!--content-->you're welcome :D<!--content-->
 
Back
Top