For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
I'm testing my website for a quite while, but i'm running against a small problem (small and simpel problem i quess)
How can i change the layout of my sended mail that form builder generates? I tryed to include the CSS into the sended HTML email but outlook don't styles the layout of the mail.. anyone knows how to fix this?
I think you just need to change the embedded CSS in the HTML email template. I just happened to find where to set this.
Edit the 'send form to this email address' field in the form. Then you'll see 2 tabs, Main, which has the email address where mail is sent, and Advanced Settings, which contains the HTML template for the email that is sent. The template has CSS styles in the head section of the document.
Sending HTML emails is a science into, and of itself. Different email clients treat styles differently (or not at all).... some support embedded tags, others don't. Some hide linked images by default, or will automatically mark a message that has too many external links as spam.
The best method is to use inline styles, like
blah
a few google searches will tell you more. But in general, use text messages unless you absolutely have to.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
-------------------- If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.