I've been banging my head against the wall for the past few hours trying to get the text to show next to a toggled image. The images toggle fine, but I cannot seem to get the text to display no matte what. Anyone know what I'm doing wrong?
<telerik:RadButton ID="RadButton2" runat="server" Text="Walk in" AutoPostBack="false" ButtonType="ToggleButton" GroupName="HowFound" ToggleType="Radio" Style="top: 34px; left: 12px; position: absolute;" > <ToggleStates> <telerik:RadButtonToggleState ImageUrl="../Images/bad_mark.png" Height="22px" Width="22px" Text="Walk in" /> <telerik:RadButtonToggleState ImageUrl="../Images/good_mark.png" Selected="true" Height="22px" Width="22px" Text="Walk in"/> </ToggleStates></telerik:RadButton><telerik:RadButton ID="RadButton1" runat="server" AutoPostBack="false" Text="Ad" ButtonType="ToggleButton" GroupName="HowFound" ToggleType="Radio" Style="top: 34px; left: 62px; position: absolute;" > <ToggleStates> <telerik:RadButtonToggleState ImageUrl="../Images/bad_mark.png" Height="22px" Width="22px" Text="Ad" /> <telerik:RadButtonToggleState ImageUrl="../Images/good_mark.png" Selected="true" Height="22px" Width="22px" Text="Ad"/> </ToggleStates></telerik:RadButton>