Cantr messes with the height of my table, it should fit tight around the text, but it makes huge spaces in the top and bottom.. no vertical-align, margin or padding and stuffing div's in solves it
ofcourse I can type for hours, but a picture says more then a thousand words, so:

Also the code would help:
Code: Select all
<html>
<body>
<!--Watch out!, here comes the header!-->
<table width="810" style="border-collapse:collapse;border:none;margin:0;padding:0">
<tr height="200" background="http://i48.tinypic.com/xxxxxx.png" style="background-repeat:no-repeat"><td></td></tr>
<tr background="http://i50.tinypic.com/iedrb4.png">
<td style="color:black;padding-left:50px">
<h1 style="text-align:center">Official Tradehouse Document</h1>
</td></tr>
<!--Naming and stuff is done in this segment-->
<tr background="http://i50.tinypic.com/iedrb4.png">
<td style="color:black;padding-left:50px">
<dl>
<dt>name</dt>
<dt>Tradehouse owner and manager</dt>
</dl>
</td></tr>
<!--Ok, formal stuff done.. Lets get down to business-->
<tr background="http://i50.tinypic.com/iedrb4.png">
<td style="color:black;padding-left:50px;vertical-align:top">
<div style="vertical-align:top;height:100%">
<!--Typing starts here, <br /> marks a new line-->
Hello,
<br />
I would like to show you a test of the new official document of the name Tradehouse, it is probably located in name , but we can change that. All we need to do is change the name in the header right? Well lets hope we can begin this soon.
<br />
Greetings, name.
<!--Typing ends here, seriously.-->
</div>
</td></tr>
<!--Ok should be all done now, I'll show the footer and we can go home!-->
<tr height="200" background="http://i47.tinypic.com/xxxxxx.png" style="background-repeat:no-repeat">
<td></td>
</tr>
</table>
</body>
</html> 