bob
My feedback
2 results found
-
1 votebob shared this idea ·
-
1 vote
An error occurred while saving the comment An error occurred while saving the comment bob commentedTo help clarify this issue for a number of people. We have discovered so far that using
<head> tags and <link> tags (to import google fonts) are not supported by the wrapper and completely disable all output from the email template system.bob shared this idea ·
A general markup for the wrapper so far that appears to work:
<html>
<meta> meta tags OK
<style> Put your styles right here not in a <head> section
<link href="https://fonts.googleapis.com/css?family=Palanquin+Dark|Raleway:400,500,700,800" rel="stylesheet"> - DOES NOT WORK & BREAKS OUTPUT
<title>NOT OK</title>
</html>