feeling a bit silly css

Associate
Joined
19 Jul 2006
Posts
1,847
right i got this in my html
Code:
 <img src="rotate/rotate.php" />
which is in the container div
and i want the image to be positioned in the center

im using this in the CSS
Code:
#container img 
{
align:center;
padding-right:30px;
}

but nothings happening, what have i missed, i tryed changing the floats.
 
Back
Top Bottom