Hello all, I'm struggling to style my radio buttons.
The default rendering uses <br /> like so: <form> First name: <input type="text" name="firstname" /> <br /> Last name: <input type="text" name="lastname" /> </form> I'd like to wrap the radio buttons in a <ul> and have <li>'s any ideas? Best Regards, - Jon Lebensold http://www.zendcasts.com
