Pictures not showing in web page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have edited a Template in FP2003 and the preview seems fine. When I copy
the code and paste it into Turbo Lister I get a red x where the pictures
should be. What am I doing wrong?
 
By Turbo Lister do you mean the eBay tool? If so you need to change the
links to the images to absolute links rather than relative links. When you
import your images into FrontPage and then insert them into the page the
link is relative (ex: /images/myimage.gif) rather than absolute (ex:
http://www.xyz.com/images/myimage.gif) That means that Turbo Lister doesn't
know where to find the image. You'll have to upload the images to a public
web site and then change the links in your page to point to where they are.

Dave
 
David Berry said:
By Turbo Lister do you mean the eBay tool? If so you need to change the
links to the images to absolute links rather than relative links. When you
import your images into FrontPage and then insert them into the page the
link is relative (ex: /images/myimage.gif) rather than absolute (ex:
http://www.xyz.com/images/myimage.gif) That means that Turbo Lister doesn't
know where to find the image. You'll have to upload the images to a public
web site and then change the links in your page to point to where they are.

Dave






Thanks Dave, I'll try this if I can.
 
Back
Top