Hi! I'm pretty newbie at programming in HTML!

But i would just want to make a easy homepage so what i've done is an easy start.

This is also my site right now
http://www.freewebs.com/test32000

As you can see all is pictures expect the one there i got the blue text! Its a TD background!

Also that is succefull!

But the problem is that the big black box under the background is a picture ATM!
AND IF i will try make it to a td background, it will only make a hole in the middle and the text and the box will go in right of the layout!
(hard to explain, but it goes really wrong there)


Also, here's the source code right now..

Code:
<html>
<head>
<title>DragonHealer's HomePage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<center>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Layout Dragon2.psd) -->
<table id="Table_01" width="800" height="500" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="5">
			<img src="DragonHealed---LAYOUT_01.gif" width="800" height="175" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="DragonHealed---LAYOUT_02.gif" width="95" height="325" alt=""></td>
		<td>
			<img src="DragonHealed---LAYOUT_03.gif" width="137" height="36" alt=""></td>
	
			<td background="DragonHealed---LAYOUT_04.gif" width="318" height="36"><center><Font color="Blue">Text</Font></center></td>
		<td>
			<img src="DragonHealed---LAYOUT_05.gif" width="133" height="36" alt=""></td>
		<td rowspan="2">
			<img src="DragonHealed---LAYOUT_06.gif" width="117" height="325" alt=""></td>
</tr>

		<td colspan="3">
<img src="DragonHealed---LAYOUT_07.gif" width="588" height="289"></td>
	
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Also, the picture i need to make to a background is the LAYOUT_07 picture!
As u see it says td colspan over it.. whats that!? :S

And also, can someone write me the whole code and tell me what was going wrong.