M
Maxprog Knowledge Base
Guest
You can embed online pictures into Styled text with the following code:
<img src="PICTURE_URL_HERE">
Example:
<img src="https://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="https://www.maxprog.com">
<img src="https://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0"></a>
In order to place several pictures side by side just use a table, in this example with two pictures:
<table border="0">
<tr>
<td><img src="https://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0" /></td>
<td><img src="https://www.maxprog.com/pictures/box_MaxbulkMailer_v4.jpg" border="0" /></td>
</tr>
</table>
You can insert a signature to your message, it depends on the format, with the Styled Text format you can simply paste or write the signature at the end of the message and apply the styles. With the HTML format you have to paste HTML code.
Continue reading...
<img src="PICTURE_URL_HERE">
Example:
<img src="https://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="https://www.maxprog.com">
<img src="https://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0"></a>
In order to place several pictures side by side just use a table, in this example with two pictures:
<table border="0">
<tr>
<td><img src="https://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0" /></td>
<td><img src="https://www.maxprog.com/pictures/box_MaxbulkMailer_v4.jpg" border="0" /></td>
</tr>
</table>
You can insert a signature to your message, it depends on the format, with the Styled Text format you can simply paste or write the signature at the end of the message and apply the styles. With the HTML format you have to paste HTML code.
Continue reading...