backstrap #535
-
Hi all, i'm using last backpack 5.x, can use backstrap classes in Mail Blades ? Or, can i install boostrap 5.3 and use it without conflicts ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @blondie63, emails are very "sensitive", you cannot use libraries on it. With emails, you must embed all the necessary css on it, you can try to embed all the bootstrap framework on it, but most of the things will not work. The best approach is really to keep it simple and do the css on your own 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
As an additional suggestion: you could start with some templates from https://litmus.com/community/templates or any other place, just keep in mind that there are a lot of templates out there that are really not so well done - they look fine in one web client, but are very much broken in others. Another good idea is to use something like https://mailtrap.io - it helps with testing emails and also validates them for compatibility with many of the widely used email clients. And last - what @promatik said - start simple, keep the styles embedded into the page, preferably directly as a |
Beta Was this translation helpful? Give feedback.
As an additional suggestion: you could start with some templates from https://litmus.com/community/templates or any other place, just keep in mind that there are a lot of templates out there that are really not so well done - they look fine in one web client, but are very much broken in others.
Another good idea is to use something like https://mailtrap.io - it helps with testing emails and also validates them for compatibility with many of the widely used email clients.
And last - what @promatik said - start simple, keep the styles embedded into the page, preferably directly as a
style
attribute on every DOM element.