I currenntly am workin on a just mess around blog type web site. I'm using HTML to write the site.
Here is a link to the home page.
http://nerdloft.webs.com/home1.htm
I would like to yellow table with the this is text text to apper to the left of the green table and still have the banner above. But i don't know how to make that happen? Can anyone help me??
This is the coding if that helps!
<html>
<head>
</head>
</script>
<body marginwidth="0" marginheight="0">
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
<!-- header -->
<tr align="left" valign="top">
<td colspan="3" height="200">
<a name="top"><img src="http://nerdloft.webs.com/Banner.jpg" width="1000" height="200"></a>
</td>
</tr>
<!-- left column -->
<tr>
<td width="125" height="360" align="left" valign="top" bgcolor="FFCC33" class="leftcolumn">
<p> Check Check this is text. This is text! </p>
</td>
</tr>
<!-- middle column -->
<tr>
<td width="500" align="left" bgcolor="CCFF33" valign="top">
</td>
</tr>
