T
tshad
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?
Thanks,
Tom
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?
Thanks,
Tom