I've been working on something similar and I'm trying to add a heading to the second cell of a table. Does anyone know how to accomplish this?
<tr>
<td><label for="prodnumber">Search string for product number</td>
<td><input type="text" id="prodnumber" name="prodnumber" size="40" dojoType="dijit.form.ValidationTextBox"/></td>
<td><input type="checkBox" id="prodnumber" name="prodnumber" dojoType="dijit.form.CheckBox"/></td>
</tr>
Additionally, can someone provide guidance on aligning one table next to another in HTML?