To insert a table into a smart template in Boldem, create it in HTML and add it via the Custom HTML block. The steps are as follows:
- In the app, click Templates.
- Select an existing smart template or click Create new template/Create smart template.
- Click the content blocks icon ᎒᎒᎒ and drag the Custom HTML block from the left onto the canvas on the right.
- Click the block to show the edit option on the left.
To make working with the block content easier, we recommend enlarging the view by clicking the ⛶ Full screen button.
- Displays the default content of this block:
<tr>
<td>
<p style="font-family: 'Arial', sans-serif; font-size: 14px;">Click here and paste your HTML code. We recommend keeping the tr and td tags to avoid formatting issues in target messages.</p>
</td>
</tr>
We recommend always leaving the basic content tags as shown and only changing the content between the
Continue with one of the examples below.
The examples below show how to insert a table using HTML <table> tags. Always thoroughly test the final email on as many devices and email apps as possible. That’s the only way to be sure the content displays correctly.