|
Prev: launching
Next: I am trying to understand this code...
From: Marty on 25 Jul 2008 23:22 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.
From: "Trevor Lawrence" Trevor on 26 Jul 2008 00:43 "Marty" <Marty(a)discussions.microsoft.com> wrote in message news:294F3693-8195-4144-ABC7-0FC97A4C0C38(a)microsoft.com... > 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 -- Trevor Lawrence Canberra Web Site http://trevorl.mvps.org
|
Pages: 1 Prev: launching Next: I am trying to understand this code... |