How do I increase the width of a column in an HTML table?
How do I increase the width of a column in an HTML table? Below is my code. I am trying to get the second <td> tag in each row to expand so that there is more space between the input text box (1st <td> tag) and the name of the cookie and it's price (3rd <td> tag). Any ideas? <!--Order Info. table -nested table 2 --> <!--This is the first nested table within the main table --> <table border="0" width="65%" cellpadding="2"> <!--Row 1 --> <tr> <th colspan="3" align="left">Order Information</th> </tr> <!--Row 2 --> <tr> <td>QTY</td> <td colspan="15"></td> <td>Subtotal</td> <td colspan="90"><input