mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
1.5 KiB
1.5 KiB
title, order, seoTitle, description, summary, seoDescription
| title | order | seoTitle | description | summary | seoDescription |
|---|---|---|---|---|---|
| Source templates | 3 | Tabler Emails - How to use the source HTML email templates | Learn how to use the source HTML email templates from the Tabler Emails package. | The source HTML files from the Tabler Emails package need a bit more work than the compiled ones. Learn how to use them. | The source HTML files from the Tabler Emails package need a bit more work than the compiled ones. Learn how to use them. |
Source version of the template
If you want to make more advanced changes to the email template, you can use the source HTML files - source.html combined with the theme.css file. They are ready to use, but you need a basic knowledge of HTML and CSS to modify them.
How to modify the source HTML files
- Open the
source.htmlfile in your favorite code editor. - Open the
theme.cssfile from theassets/* directory in the same editor. - Change all the content and styles as needed.
- Use a selected tool to inline the CSS styles into the HTML file. There are a lot of options, such as:
- Online tools like Juice or Mailchimp CSS Inliner Tool.
- NPM tools like juice or inline-css.
- Save the output HTML file.
How to use the source HTML files
To use the modified HTML template send the output file with the assets/ folder to your email marketing tool.