| Author |
Message |
bibaboli
Joined: 15 Apr 2008 Posts: 4
|
Posted: Tue Apr 15, 2008 11:35 am Post subject: link an image |
|
|
I would like to know if it is possible to insert an image in the message, and once introduced, how to link the image to a website.
Thank you very much |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2086
|
Posted: Tue Apr 15, 2008 3:12 pm Post subject: |
|
|
| It depends on the format you are using. Are you using Styled Text? |
|
| Back to top |
|
 |
bibaboli
Joined: 15 Apr 2008 Posts: 4
|
Posted: Tue Apr 15, 2008 8:45 pm Post subject: |
|
|
Yes, I do. I am trying to link a jpg to a website.
Thank you in advance |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2086
|
Posted: Wed Apr 16, 2008 10:45 am Post subject: |
|
|
You can embed online pictures to Styled text with the following code:
<img src="PICTURE_URL_HERE">
Example:
<img src="http://www.maxprog.com/pictures/box_eMailVerifier.gif">
or in case you want also a link to a page:
<a href="URL_HERE"><img src="PICTURE_URL_HERE" border="0"></a>
Example:
<a href="http://www.maxprog.com"><img src="http://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0"></a> |
|
| Back to top |
|
 |
bibaboli
Joined: 15 Apr 2008 Posts: 4
|
Posted: Wed Apr 16, 2008 11:30 am Post subject: |
|
|
Thank you, but I have a jpg file in the message, and I want the people who receive my email, to go to a website by just clicking on the image! So link that file inside the message to a website
Thanks again |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2086
|
Posted: Wed Apr 16, 2008 2:48 pm Post subject: |
|
|
You can embed inline pictures to Styled text with the following code:
{File:"PICTURE_NAME_HERE"}
or in case you want also a link to a page:
<a href="LINK_URL_HERE">{File:"PICTURE_NAME_HERE"}</a> |
|
| Back to top |
|
 |
bibaboli
Joined: 15 Apr 2008 Posts: 4
|
Posted: Wed Apr 16, 2008 3:51 pm Post subject: |
|
|
Sorry, maybe I am not being clear in english...
If I attach a file to the message (a jpg file) and I want to link this file to a website. How can I do it?
Normally, with outlook or with some other programs I am testing like yours, you have the option to link whatever you put on the message (like an image) so you simply attach the image, and even in the preview, you select the image with a simple click, and you link it to a website....
Is it possible to do it in this program?
Thank you in advance again! |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2086
|
Posted: Thu Apr 17, 2008 11:32 am Post subject: |
|
|
Yes, it is:
<a href="LINK_URL_HERE">{File:"PICTURE_NAME_HERE"}</a>
LINK_URL_HERE = The web page to link to.
PICTURE_NAME_HERE = The attached picture. |
|
| Back to top |
|
 |
|