HTML Image Linking

Post Reply
awilson3rd

HTML Image Linking

Post by awilson3rd »

Hello All,


I have a question about linking an image from a website. I am creating an eflyer. I go to link the object (image) from the webpage and this works ok. The problem is when I save as html the image is saved locally. I want the image in the eflyer to load from the website rather than have it as a static image in the flyer.

Any ideas???

Thanks

Andrew
heinz-oz

Post by heinz-oz »

I don't use PI for web pages and am not sure what exactly your problem is. You could, however, edit the generated html to point at the image stored on your web server.
robruiz
Posts: 77
Joined: Fri Aug 10, 2007 2:58 am
Location: Immaterial Place
Contact:

Post by robruiz »

You won't have any problems if you upload the files (the .html document and the images folder) to a single folder at your web host.

But if you don't have a web host, you have to upload the images to an image hosting site and manually change the code (<img src="http://host.com/abc.jpg">) at your .html file.
I Rip. I Burn. I Conquer.
awilson3rd

Thanks

Post by awilson3rd »

Thanks for the reply. I didn't realise there was a created images file. Will give it a try.

I don't usually use PI for web content either, I use FP but thought PI might be easier to create a flyer - graphics and html design in one app would save time.

Thanks again

Andrew
Post Reply