bulrush Posted August 16, 2010 Share Posted August 16, 2010 I have several controls in a table cell like this: $s.='<td>From <select name="cbx"><option value="test">test</select>'; $s.=' <input type="submit" value="Copy" name="cmdCopyBullet" />'; Look at the second line. In IE 6.0 the shows up as a box. I don't want to see a box. I want to see a space between my combo box and the submit button. How do I do this? Firefox 3.6 seems to show a space just fine. Thanks. Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted August 16, 2010 Share Posted August 16, 2010 Found this article on it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.