Forum Moderators: open
To clarify, the current result is as follows:
[ ] Yes I would like to sign up
for a demo of your product
Desired result would be for the “F” in “for” to align with the “Y” in “Yes” above.
Current code for the checkbox is as follows:
<asp:CheckBox ID="WantsDemo" Text="Yes I would like to sign up for a demo of your product " runat="server" />
I know how to do this in HTML, but am lost when it comes to manipulating the Text attribute in ASP. Can somebody please advise this lost ASP newbie? Thanks