Recipients problem viewing images

villorbina

New Member
I add an image to the message with Style text. In the Preview section, the image is ok, but when i send it, the image can be viewed by recipients.

Sorry for my poor english ;-)

Santi Villorbina
[email protected]
 

villorbina

New Member
Sorry, i wrote wrong the post. This is ok. Thanks.

I add an image to the message with Style text. In the Preview section, the image is ok, but when i send it, the image can't be viewed by recipients.

Sorry for my poor english :|

Santi Villorbina
[email protected]
 

villorbina

New Member
No, I don't. I insert an image to the message with the styled text format and in the preview section appears ok. But recipients ( i made a test on my another account email) can't see the logo (image) of my company.

I tried with images .jpg, .gif, .png, .tiff, .pdf...etc and nothing.

Thanks,

Santi.
 

stanbusk

Administrator
Staff member
You can embed online pictures into 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>
 

petehesk

New Member
This answers my other post.
This should be in the user guide.
<img src="http://www.hydroflow.es/pics/christmas-holly.jpg">
It works perfectly with styled text.

The only thing that I have found is that when you preview, the email does not also retain the line breaks.
ie you have to put two line breaks (ie press <enter> twice) to be sure of getting a new paragraph.
any thoughts?
 

stanbusk

Administrator
Staff member
Yes, sometimes you have to play with line breaks. Styled Text is converted into HTML.
 
Top