PDA

View Full Version : simple html question!!!



urbanjackal
August 14th, 2003, 12:45 PM
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

Jubba
August 14th, 2003, 12:47 PM
<table height="100%" width="100%">
<tr>
<td align="center" valign="middle">IMAGE GOES HERE</td>
</tr>
</table>

DigitalPimp
August 14th, 2003, 02:00 PM
umm you forgot your < TR >'s in there Jubba. W3C doesn't say they are optional...

Jubba
August 14th, 2003, 02:08 PM
lol oh yeah. good call.