I have problem ...create four button using code as mention below which create space when i run the code in IE plz help.
<tr id="gal-controls"> <td> </td> <td><div id="image-info"> <table border="0" bordercolor="yellow"> <tbody> <tr> <td ><input id="albumTitle" name="albumTitle" readonly type="text" /></td> <td ><input id="imageCaption" name="imageCaption" readonly type="text" /></td> <td><input onclick="_31_play();" type="button" value="Play" /></td> <td ><input onclick="_31_pause();" type="button" value="Pause" /></td> </tr> </tbody> </table> </div></td> <td> </td> </tr>