Jump to content

radio button vertically centered in the boxes


jasonc

Recommended Posts

i think i need CSS to do this but no idea what to do, please advise how i can have the radio button vertically centered in the boxes.

 

thanks in advance.

 

 

<html>
<head>
</head>
<body>
    <form name="form1" method="post" action="">
        <table width="200">
          <tr>
            <td><label> 
        <input type="radio" name="RadioGroup1" value="radio">
        <img src="1.jpg"> 
        </label></td>
          </tr>
          <tr>
            <td><label> 
        <input type="radio" name="RadioGroup1" value="radio">
        <img src="2.jpg"> 
        </label></td>
          </tr>
        </table>
      </form>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.