My client is complaining that the font size of the notification emails is too small. I asked support and Carl told me I could use html to format the merge fields in the notification setup. I did this, but it is not working. This is what I have tried:
<html>
<body>
<font size="14">{all_fields}</font>
</body>
</html>
The emails are still the same font size. What am I missing?
Thanks!