"tshad" <(E-Mail Removed)> wrote in
news:uR3VGL$(E-Mail Removed):
> How do you get the text to line up with the button when it is small
> text?
>
> I have a button:
>
> <asp:RadioButton id="rdbClients" GroupName="SetupDisplay" style="
> font-size: 11px " runat="server" />
>
> If the button is the default size where the text is large, it lines up
> so the button is at the middle of the text. But when you change the
> text to a small font, it is still positioned in the same place but
> since the text is smaller, the button is now aligned with the top of
> the text because the text is now shorter.
>
> Is there a way to get the text move up so that the button is aligned
> with the middle of the text?
If I am reading you correctly, you have a need to vertically align the
text? If so, you can do this in the tag, or if you are using CSS (as in the
image/table problem), you can use the vertical-align attribute:
http://www.w3schools.com/Css/pr_pos_vertical-align.asp
Peace and Grace,
Greg
--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************