Hey all... I'm havin a slight prob with my tables. What I need is a table on the left of the text, as a border. I know it's placement of the <table> elements, but I can't get it. Could you take a crack at it?
The HTML, body, etc tags are there, but I didn't copy paste em. 
Thanks
PHP Code:
<table class="normal" width="100%" height="100%" border="0">
<tr>
<td valign="top">
<table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="599" height="45"><img src="images/head.png" width="599" height="45"></td>
<td width="100%" bgcolor="#000000" valign="top"> </td>
</tr>
</table>
<table width="100%" height="10" bgcolor="#C9C9C9" cellpadding="0" cellspacing="0">
<tr>
<td height="10"> </td>
</tr>
</table>
<table width="80%" height="100%" border="0">
<tr>
<td class="content" valign="top">
<h3>Welcome to Steve Geer
Productions</h3>
<p> Welcome to the productions of Steven Geer. From Photography to
Web development and computer programming, Steve has everything that
you need for your project.</p>
<p><h4>Recent Projects</h4></p>
</td>
</tr>
</table>
</td>
</tr>
</table>

Thanks
Comment