Q&A ▸ Question about your software

  • Thread starter Maxprog Knowledge Base
  • Start date
M

Maxprog Knowledge Base

Guest
Yes, you can link images to page website pages. The best is to use HTML code because the 'Styled Text' format lets you use it as is, the HTML code is rendered along with the rest of the message. Seems complex but it is not.

For example set your message to 'Styled Text' and paste the following code:

<img src="PICTURE_URL_HERE">

Replace with the image URL, for example:

<img src="https://www.maxprog.com/img/ostrich.jpg">

or in case you want also a link to a page:

<a href="URL_HERE"><img src="PICTURE_URL_HERE" border="0"></a>

That is:

<a href="https://www.maxprog.com"><img src="https://www.maxprog.com/img/ostrich.jpg" border="0"></a>


It is that simple!

About your second question, I personally recommend not to use lists bigger than 100k even if the software has no real limit except your computer memory.

#emailmarketing #emailmarketingsoftware #emailmarketingtool #emailmarketingtips #bulkemailsoftware #bulkemail #bulkemailmarketingtools #emailserver #bulkemailhosting

Continue reading...
 
Top