Posted on: 11/5/2014 11:33:54 PM | Views : 536

I have managed to go from the image at the top to the one below using css. I now want to remove those numbers. I can't see anything in the wizard code that directly relates to them. Anyone know of a way of removing them?


Here's the aspx code
<fieldset> <legend>Registration Form</legend> <ol> <li> <asp:Label runat="server" AssociatedControlID="UserName" class="col-lg-2 control-label">User name</asp:Label> <asp:TextBox runat="server" ID="UserName" class="form-control" /> <asp:RequiredFieldValidator runat="server" ControlToValidate="UserName" ...

Go to the complete details ...