I want these radio inputs to stretch across the screen, rather than one beneath the other:
HTML
To get your radio button to list horizontally , just add
RepeatDirection="Horizontal"
to your .aspx file where the asp:radiobuttonlist is being declared.