Let's see if I can explain this...
Using FrontPage on your computer your "disk based web" might be at C:\My
documents\My Web\Web Name\
When you have images they are at....C:\My documents\My Web\Web
Name\images\pic1.jpg
When you publish to your site (the link) is changed by FrontPage to
/images/pic.jpg (a relative link from within your site)
SO the images are at
http://www.your_site.com/images/pic1.jpg BUT the link
you copy (even after publishing) would just be the relative one -
images/pic1.jpg (no problem on your site it knows where that's at)
Now if you copy that in FrontPage B4 publishing the link is pointing to your
hard drive.
In either case when you put this on Ebay the link is not going to
work.......
You need to do a little hand coding with the links to make them complete...
By adding the
http://www.your_site.com/images/pic1.jpg then (If you have
uploaded the pictures to your site) they will show.
HTH
bob
|I am trying to create an html template using my web page,
|
http://www.jemsystems.com/ICPtemplate2.htm, so I can use it to list in
eBay.
| When I copy and paste the Code of the page, none of the pictures show up.
| What is the best way to go about doing this?