<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: font size of notification email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email</link>
		<description>Gravity Support Forums Topic: font size of notification email</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:11:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/font-size-of-notification-email" rel="self" type="application/rss+xml" />

		<item>
			<title>mikebrogan on "font size of notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email#post-37317</link>
			<pubDate>Fri, 07 Oct 2011 13:43:28 +0000</pubDate>
			<dc:creator>mikebrogan</dc:creator>
			<guid isPermaLink="false">37317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, got it! I'll give it a shot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "font size of notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email#post-37316</link>
			<pubDate>Fri, 07 Oct 2011 13:29:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mmkay. You're not going to be able to update the {all_fields} output unless you hack the core files which I wouldn't recommend. Your best bet is going to be creating your own markup/notification email from scratch using the available merge codes for each field.&#60;/p&#62;
&#60;p&#62;The {all_fields} merge code is a pre-formatted shortcut if you don't want to customize your email yourself, but the notification field accepts HTML markup so you can go wild and create your own however you'd like it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikebrogan on "font size of notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email#post-37311</link>
			<pubDate>Fri, 07 Oct 2011 12:03:58 +0000</pubDate>
			<dc:creator>mikebrogan</dc:creator>
			<guid isPermaLink="false">37311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, wrapping {all_fields} in that span doesn't work for me. When I look at the code for the email, I see a bunch of this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;font style=&#38;quot;font-family:verdana;font-size:12px&#38;quot;&#38;gt;&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;Field text&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;/font&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The span doesn't override the font-size. Where can I update the font size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "font size of notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email#post-35226</link>
			<pubDate>Tue, 13 Sep 2011 21:14:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the FONT tag has been deprecated and may not be rendered like you expect in all the mail clients. HTML email support is all over the map so it's difficult to say which might work with it or not.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/tags/tag_font.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/tags/tag_font.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The preferred way to do what you want would be like this using an inline style declaration.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span style=&#38;quot;font-size:14px&#38;quot;&#38;gt;{all_fields}&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, most mail clients strip out any head and body tags so those aren't necessary. Stick with inline styles, keep it simple and you should be good to go for most stuff.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kb.mailchimp.com/article/top-html-email-coding-mistakes/&#34; rel=&#34;nofollow&#34;&#62;http://kb.mailchimp.com/article/top-html-email-coding-mistakes/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dlfenton on "font size of notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-size-of-notification-email#post-35223</link>
			<pubDate>Tue, 13 Sep 2011 19:23:34 +0000</pubDate>
			<dc:creator>dlfenton</dc:creator>
			<guid isPermaLink="false">35223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;html&#38;gt;
&#38;lt;body&#38;gt;
&#38;lt;font size=&#38;quot;14&#38;quot;&#38;gt;{all_fields}&#38;lt;/font&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The emails are still the same font size. What am I missing?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
