Radio Buttons in HTML outputting selected

Discussion in 'HTML & Website Design' started by Rockstr27, Mar 7, 2010.

  1. #1
    This should work to output a radio button selected, but it is not and I am not sure why:

    <input type="radio" NAME="Type" VALUE="P" checked>
    Code (markup):
    I have also tried:

    <input type="radio" NAME="Type" VALUE="P" checked="checked">
    Code (markup):
    Any ideas?
     
    Rockstr27, Mar 7, 2010 IP
  2. Rockstr27

    Rockstr27 Well-Known Member

    Messages:
    1,052
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #2
    uh ... never mind ... I just had to empty my cache - the first one worked ...
     
    Rockstr27, Mar 7, 2010 IP