Working with tables and cells. Mainly text.

windows

Guest
When createing a table I always seem to end up with anything I type in the middle of the table, So if I want my text on the top of the table I have to press enter about 15 times to move it up.<br />
<br />
Also, Is there a way to use word wrap? So that it does not just keep makeing the table or cell wider.<br />
<br />
What am I missing?<br />
<br />
<br />
<div align="left"><br />
<table border="0" cellpadding="0" width="195" cellspacing="0" height="50%"><br />
<tr><br />
<td width="193">Test Test Test Test Test Test Test Test Test Test Test<br />
Test <br />
<p>Test Test Test Test Test Test Test Test Test Test Test Test </td><br />
</tr><br />
</table><br />
</div><br />
<br />
<br />
<br />
Thanks.<!--content-->Try this:<br />
<br />
<table border="0" cellpadding="0" width="195" cellspacing="0" height="50%"><br />
<tr><br />
<td width="193" valign="top" nowrap>Test Test Test Test Test Test Test Test Test Test Test<br />
Test <br />
<p>Test Test Test Test Test Test Test Test Test Test Test Test </td><br />
</tr><br />
</table><br />
<br />
Should sort both your problems. :)<!--content-->Thank you. :D<!--content-->
 
Back
Top