I have an image and i want to center it with
margin: 0 auto;
but it doesn't work so how can i center it in the top of the page ?
Put it in a div, give the div a width, and centre the div.
I did what you said but it didn't work !!!!
and in css
#header { width: 551px; margin:0 auto; }
Seemed to work for me, try fiddling with the width:
http://jsfiddle.net/6UFX7/1226/
Seemed to work for me, try fiddling with the width: http://jsfiddle.net/6UFX7/1226/
Well, thank you i will try this site. It seems good