Send E-mail with Graphics using MailShield
Copy the graphic file(s) to your mapped web drive
Use FrontPage to compose the e-mail message
Insert the graphics from your shared web drive
Go to the Code icon/button on the bottom left of FrontPage
Ctrl+Home to the top of the code
Ctrl+F to open the Find dialog box
Find What: src=
At each occurrence, replace the "file:///driveletter:" (e.g., file:///W:) with "http://www.abac.edu/folder"
"Folder" will represent the username or department that is accessible via the web
The ending result should resemble src="http://www.abac.edu/psbo/image.jpg"
If the graphic is inside other folder, include those in the path (e.g., src="http://www.abac.edu/psbo/graphics/image.jpg")
Find Next -- repeating steps 7-11 until all occurrences have been changed
If you have hyperlinks in the document, complete steps
Ctrl+Home to the top of the code
Ctrl+F to open the Find dialog box
Find What: href=
At each occurrence, ensure the path is the full path (e.g., href="http://www.abac.edu/psbo/etc.htm")
If not correct, please provide the full path.
Find Next -- repeating steps 16-18 until all occurrences have been changed
When completed, Ctrl+A (select all)
Ctrl+C (copy)
Go to MailShield to the point you can enter the message contents
Select the radio button for HTML (not Text)
With your cursor in the message body, Ctrl+V (paste)
Send the message your yourself only first to ensure all graphics are visible and that all links work
Last updated Monday, August 20, 2007 10:43:24 AM