Hello I updated my code based the issues you pointed out pls what should I do now to place the label and radio on the same line
(post deleted by author)
on line 7 you have input with width 100%
you have to give a width to input[type=‘radio’] on line 11 for e.g 50px
this should solve the radio problem
isn’t this what you wanted?
you need to put the label elements after the inputs in all of them, as you can see in the image you just showed me
Please post your actual code instead of a picture. Thanks




