here is the code:
<table><tr><td><select size=3><option>aaa<option>bbb<option>
ccc</select>note</td></tr></table>
I want the 'note' text to appear at the top of the table cell, not at the bottom. Please don't suggest more table cells there are reasons why it's like this.
<table><tr><td><select size=3><option>aaa<option>bbb<option>
ccc</select>note</td></tr></table>
I want the 'note' text to appear at the top of the table cell, not at the bottom. Please don't suggest more table cells there are reasons why it's like this.