Hi,
Does anyone know how to prevent the text in a radiobutton from displaying beneath the button itself? This only applies when the text is quite long, I've used a <br> to illustrate the point.
I've tried to upload a small image showing what I mean but I'm getting upload errors. Even tried zipping it without success, sorry. If you don't understand my description you'll have to put the above code into a form and display it sorry!Code:<asp:radiobuttonlist id="SubmissionType" runat="server"> <asp:listitem runat="server" value="New" Selected="True">This manuscript has never been submitted.</asp:listitem> <asp:listitem runat="server" value="Resubmit">This manuscript is a revised version of a previous submission.<BR><FONT SIZE="2">(You will need the manuscript number assigned to the previously submitted version.)</FONT></asp:listitem> </asp:radiobuttonlist>
Cheers Al




Reply With Quote