Hey guys,
I can’t seem to figure out how to get radiobuttons to live up horizontal instead of vertically. Like for example,
<input type="radio" name="employmentDuration" value="長工"> 長工 <br />
<input type="radio" name="employmentDuration" value="臨時工"> 臨時工
Will be displayed vertically with 2 radio buttons, how do I make
[radio button] 長工 [radio button] 臨時工?