View Full Version : Centre Imagae?


Gemu
02-26-2004, 01:32 PM
Could someone please help me. I'm trying to centre a picture on my index page but I'm not having much luck.

My thanks in advance!

pb&j
02-26-2004, 02:24 PM
what have you tried so far? these should work...

<center> image code here </center>

<div style="text-align:center;"> image code here </div>

Gemu
02-27-2004, 04:13 PM
i meant slap bang in the centre as in vertical centre as well as a horizontal centre.

MaGiCSuN
02-27-2004, 04:21 PM
<table height="100%" width="100%" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="center">
image here
</td></tr></table>

not recommended though if you use loads of stuff you neeed to get in the middle.

Love,
Mirna