How can I get input radio elements to horizontally align?

后端 未结 4 1785
难免孤独
难免孤独 2020-12-31 01:34

I want these radio inputs to stretch across the screen, rather than one beneath the other:

HTML



        
4条回答
  •  天命终不由人
    2020-12-31 02:28

    To get your radio button to list horizontally , just add

    RepeatDirection="Horizontal"

    to your .aspx file where the asp:radiobuttonlist is being declared.

提交回复
热议问题