How do I keep the images on my HTML page centered?

Boiling

New member
Hi,
I'm creating a HTML web page that has a few photos on them, but the background image is centered using the <center> tag. The images on top of the background image have to stay relative to an exact spot, since they are linked I cannot add them to my background image. But for example on of the images is written as following:

<div style="position:absolute;top:153px; left:1113px">
<a href="About me.html"><center><img src="about me.jpg" border="0"/> </a></center>

The problem is when i resize the internet window the image obviously stays at 153px from the top which is good, but how do i change it's space from the left side to stay relative to the size of the window.
Can anybody help me?
Thank you
 
Back
Top