Forum Moderators: not2easy
There has to be a simple solution to this, but I'm having a hard time figuring this out. I'm trying to horizontally center an image on the page.
Here's what my HTML looks like:
<p id="c"><img src="/1.jpg"></p>
And the CSS that isn't working:
#c{width:596px}
#c img{width:238px;height:288px;margin:auto}
Any help would greatly be appreciated.