OggyMorowse
New Member
i am trying to make the button align up with the textbox, but i can not get it to work, if you need more code, i will be glad to post it
here is my code: http://jsfiddle.net/Hunter4854/FFcAu/\[code\]<table class="chatMain" width="100%" height="100%" cellpadding="10" cellspacing="0" border="0"> <tr> <td align="center" class="MainView" valign="middle">1</td> <td align="center" valign="middle" class="SideAd" width="185px" rowspan="3">AD</td> </tr> <tr> <td align="center" class="controls" valign="middle"> <textarea class="chatInput"></textarea> <button type="submit">Send</button> </td> </tr></table>\[/code\]