PDA

View Full Version : Sending email with iweb-designed webpage embedded??




workingiswear
Aug 14, 2006, 06:45 PM
I'm hoping someone could help. I have made a webpage using iweb and would like to announce it by sending an email through outlook that contains the actual webpage in the text of the email. For example, I can send a copy of another webpage by simply opening up a new email, clicking "attach", changing the file type to html, and then typing in the web address. But for some reason, my iweb web page will bring up some of the text, but no images. Is this because the image files are stored in a separate place than the index file? I'm a real beginner so any help would be greatly appreciated!



ham_man
Aug 14, 2006, 07:28 PM
It's probably because the images are "/images/image1.png" and not "http://www.mac.com/user/images/image1.png"...you have to put it in a direct link.

workingiswear
Aug 15, 2006, 02:07 AM
thanks very much, I'll give it a shot. I bet that'll work.

ChicoWeb
Aug 15, 2006, 10:18 AM
Like he said. You need to use absolute paths, not relative.

ChicoWeb
Aug 15, 2006, 10:18 AM
Also, before you beat yourself up over it, Background images don't work :)