Possible Duplicate:
How to center image inside div
I need to be able to put the image in the center of the div. My image needs to be in the center in whatever resolution.
Code:
<div style="width:100%; height:20%;">
<img src="images/pic.png" id="image" style="width: 208px; height: 75px;margin-left: 42%;" alt=""/>
</div>
This is not working as it should.