Hi
If I run this piece of code in Firefox it looks the way I want. How do I achieve the same result in Microsoft IE? I am referring to the width inside the <td> tags.
Thank you
<html>
<center>
<table border="1">
<tr><td colspan="2">test radio with some garbage text just for show<br></td></tr>
<tr><td width="30"><input type="radio" name="rdo173"></td><td>111</td></tr>
<tr><td width="30"><input type="radio" name="rdo173"></td><td>333</td></tr>
</table>
</center>
</html>
If I run this piece of code in Firefox it looks the way I want. How do I achieve the same result in Microsoft IE? I am referring to the width inside the <td> tags.
Thank you
<html>
<center>
<table border="1">
<tr><td colspan="2">test radio with some garbage text just for show<br></td></tr>
<tr><td width="30"><input type="radio" name="rdo173"></td><td>111</td></tr>
<tr><td width="30"><input type="radio" name="rdo173"></td><td>333</td></tr>
</table>
</center>
</html>