Simple html question!

Hey Guys

Im looking for some simple html help!!

i want to centralise a single image which will be my ‘site will be up soon’ page which is 400 by 400 pixels can show me how to write the code or give me a snipet of a code you may have wrote…

//Ben

<table height="100%" width="100%">
<tr>
<td align="center" valign="middle">IMAGE GOES HERE</td>
</tr>
</table>

umm you forgot your < TR >'s in there Jubba. W3C doesn’t say they are optional…

lol oh yeah. good call.