|
Convert
any relative URLs in your message to full Internet addresses. Each
URL must point to a specific file on the Internet. For example,
the address for the santa picture in the top right corner of this
web page is defined as follows:
src="../ images/ santas/ santa01.gif"
This
works just fine from our webserver, but for your greeting card to
display this picture it must instead be defined like this:
src="http://www.galleon.com/ images/ santas/ santa01.gif"
|