right i got this in my html
which is in the container div
and i want the image to be positioned in the center
im using this in the CSS
but nothings happening, what have i missed, i tryed changing the floats.
Code:
<img src="rotate/rotate.php" />
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.