Here is the code I use to keep an image always centered inside its containing div, regardless of browser width or resizing:
<img src="yourimage.jpg" style="width:100%;margin:0 auto;">
Here is the code I use to keep an image always centered inside its containing div, regardless of browser width or resizing:
<img src="yourimage.jpg" style="width:100%;margin:0 auto;">