Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
need someone that can handle tables to spare 2 seconds
The-Scarecrow wrote: how do i get my text to the top of the textbox? its been doing me head in for ages. i know its ridiculously simple.
<tr>
<td><div align="center">hello world</div></td>
</tr>
</table>```
You're annoying, please stop posting in the forum.. ever again.
The-Scarecrow wrote: how do i get my text to the top of the textbox? its been doing me head in for ages. i know its ridiculously simple.
The first step is to actually have a textbox. What you're using is called a table.
And why the hell did you start a new thread for this? This is essentially the same topic you were asking about yesterday.
EDIT: Also, I answered this question already in your other thread. Reread the code I gave you; It's in there.
Why don't you use this (if you want to use tables):
<table width="100%" height="106" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">hello world</td>
</tr>
<tr>
<td align="left" valign="top"><input type="text" /></td>
</tr>
</table>
or simple this:
hello world
<br />
<br />
<input type="text" />