Page 1 of 1

Re: Making radio buttons show up to the right

Posted: Fri May 08, 2015 1:19 am
by Christopher
If you want then inline, you don't need to put them in anything. Just:

<input type="radio" ...><img src="visa.jpg"> <input type="radio" ...><img src="mc.jpg"> ...

Re: Making radio buttons show up to the right

Posted: Fri May 08, 2015 9:06 am
by Celauran
You've got them wrapped in divs, which are block level elements. display: inline will fix that.

Re: Making radio buttons show up to the right

Posted: Mon Oct 05, 2015 3:13 am
by lindseynicole
<label for="name">Name:</label>
<input type="radio" name="name" id="name"/>