We use email notifications extensively. Creating a single row table with 2 columns is simple enough. If I place an image in the left column by itself, I want it to align to the top of the cell. However, it aligns to the vertical middle. This creates an odd result when the right column contains a lot of text. I do not see Top Align as an option anywhere.
Page 1 / 1
Found the answer.
- In the notification itself, choose to view the code (HTML).
- In the table cell with the image (this is the <td> (table detail) tag), add the valign attribute like this:
<td valign="top">
- The image will now appear at the top of the cell, even in the preview, and also in Outlook.
- Special note: HTML5 deprecated this attribute, but it still works in Docebo.
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.