Old:
Code:
<!-- START OF THIRD TABLE -->
<table width="800" height="10" border="0" background="bgrep.gif" style="background-repeat: repeat-y;">
<img src="topy.gif" />
<tr>
<td align="center" valign="top">
</tr>
</td>
</table>
<table width="800" height="300" border="0" background="bolt.gif" style="background-repeat: no-repeat;">
<tr>
<td align="center">
<b>
<font color="#000000" size="3">
<div id="How" align="center">
<h3>How did i make this site?</h3>
I made this site with the HTML code, <br>and i wrote it all by hand.<br>
I also made all the images by myself with PhotoShop CS3.<br>
<br>
I just cannot leave this: i am only 12 years old ^^ and dutch, <br>read more about this in the "Info" section<br /><br>
All credits go to me, and a little to Pascal Wever (passie on RZ).<BR /><br>
As u see its not "Pro" HTML ^^ but still i think I've done alot as a Dutch 12 year old ;)<br><br>
</font>
</div>
</b>
</tr>
</td>
</table>
<table width="800" height="100" border="0" background="bgreps.gif" style="background-repeat: repeat-y;">
<tr>
<td align="center" valign="top">
<b>
And... More has to come...<br><br>
GLHF ;)
</b>
</td>
</tr>
</table>
<img src="/bottomy.gif" />
<!-- END OF THIRD TABLE -->
I suggest adding padding so that this overlap:

doesnt happen.
i fixed it for you:
it SHOULD work, if theres still overlap, increse the padding size.
Code:
<!-- START OF THIRD TABLE -->
<table width="800" height="10" border="0" background="bgrep.gif" style="background-repeat: repeat-y;">
<img src="topy.gif" />
<tr>
<td align="center" valign="top">
</tr>
</td>
</table>
<table width="800" height="300" border="0" background="bolt.gif" style="background-repeat: no-repeat; padding-right: 15px; padding-left: 15px;">
<tr>
<td align="center">
<b>
<font color="#000000" size="3">
<div id="How" align="center">
<h3>How did i make this site?</h3>
I made this site with the HTML code, <br>and i wrote it all by hand.<br>
I also made all the images by myself with PhotoShop CS3.<br>
<br>
I just cannot leave this: i am only 12 years old ^^ and dutch, <br>read more about this in the "Info" section<br /><br>
All credits go to me, and a little to Pascal Wever (passie on RZ).<BR /><br>
As u see its not "Pro" HTML ^^ but still i think I've done alot as a Dutch 12 year old ;)<br><br>
</font>
</div>
</b>
</tr>
</td>
</table>
<table width="800" height="100" border="0" background="bgreps.gif" style="background-repeat: repeat-y;">
<tr>
<td align="center" valign="top">
<b>
And... More has to come...<br><br>
GLHF ;)
</b>
</td>
</tr>
</table>
<img src="/bottomy.gif" />
<!-- END OF THIRD TABLE -->
the code i added is in orange. (scroll right)