Photos

  • Thread starter Thread starter Marty
  • Start date Start date
Marty said:
Hi. When I position a photo on a website, I save it to my server and when
I
look at website the photo is not placed where I placed it, why is this so?

Here is the sample you will notice the pic is all the way down the bottom
whereas it should be up the top.
http://users.on.net/~flindershotel/Luscious/Luscious.html
Thanks. Appreciate Help.

Could it be this code?

<span style="position: absolute; left: 165; top: 342">
<img border="0" src="luscious%20august.jpg" width="508" height="351"></span>

The image is in a <span> tag with absolute position top:342.

There are several <div>s used in the code and I wonder whether they are
needed.

I could have a look later, but perhaps others could comment
 
Back
Top