- Impact
- 0
Hello all, my first post and first time messing with html.
I am starting from the bottom up so I hope this is a helpful forum as I really need some.
My problem is my images do not stay where I put them on the page, when I used frontpage everytime I resized the browser (IE) the images all jumped around the page so I decided to do it the hard way with notepad and used css , roughly speaking I used
<div style="position:absolute; top:10; left:100;">
<img src="pic.jpg height="10" width="10">
</div>
the pages can be seen at www.markboardman.org, I have used opera and the moving image does not move, it all works with IE but I wanted the images all centered on the page but they look fine locally but after ftp`ing the site to my server everything has shifted left, also on the main page there is a gap between 1 of the 5 images at the top of the page, and it seems everytime I change something, something else goes wrong.
In short how can I make the images stay as they appear on my webpage when I am ready to upload?
Kind regards
I am starting from the bottom up so I hope this is a helpful forum as I really need some.
My problem is my images do not stay where I put them on the page, when I used frontpage everytime I resized the browser (IE) the images all jumped around the page so I decided to do it the hard way with notepad and used css , roughly speaking I used
<div style="position:absolute; top:10; left:100;">
<img src="pic.jpg height="10" width="10">
</div>
the pages can be seen at www.markboardman.org, I have used opera and the moving image does not move, it all works with IE but I wanted the images all centered on the page but they look fine locally but after ftp`ing the site to my server everything has shifted left, also on the main page there is a gap between 1 of the 5 images at the top of the page, and it seems everytime I change something, something else goes wrong.
In short how can I make the images stay as they appear on my webpage when I am ready to upload?
Kind regards















