Dynadot — .com Transfer

Help needed please

SpaceshipSpaceship
Watch
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
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains — AI StorefrontUnstoppable Domains — AI Storefront
<body background="mark2.jpg" height="100" width="500" /body onload="dynAnimation()" language="Javascript1.2">

<div style="position:absolute; top:110; left:300;">
<p><h1><font color="Black">HTML IS PISSING ME OFF</font></h1></p>
</div>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><span style="position: absolute; left: 400; top: 357">
<a onmouseover="document['fpAnimswapImgFP1'].imgRolln=document['fpAnimswapImgFP1'].src;document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].lowsrc;" onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].imgRolln" href="page1.html">
<img src="trans.gif" width="100" height="50" id="fpAnimswapImgFP1" name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1" lowsrc="mark2.jpg"></a></span></p>


</html>



first of all if you are using divs to lay things out thats great, but not all browsers understand div tags, trust me i know.

however, what you should have is:

<body background="mark2.jpg" height="100" width="500" /body onload="dynAnimation()" language="Javascript1.2">

<div style="position:absolute; top:110; left:300;">
<h1><font color="Black">HTML IS PISSING ME OFF</font></h1>
</div>
<div style="position:absolute; left:400; top:357;">
<a onmouseover="document['fpAnimswapImgFP1'].imgRolln=document['fpAnimswapImgFP1'].src;document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].lowsrc;" onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].imgRolln" href="page1.html">
<img src="trans.gif" width="100" height="50" id="fpAnimswapImgFP1" name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1" lowsrc="mark2.jpg"></a>
</div>


</html>
 
0
•••
There is some really good free script out there that would help you make a really awesome site. I would throw frontpage out and just start with some good pre written script...

Just my 2 cents though..

I made my first site www.gocarpetplus.com using Netscape. It is easy and works pretty good for a basic site...


-
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back