<?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: Form adding  tags - spoiling styling.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-adding-tags-spoiling-styling</link>
		<description>Gravity Support Forums Topic: Form adding  tags - spoiling styling.</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:05:31 +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/form-adding-tags-spoiling-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form adding  tags - spoiling styling."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-adding-tags-spoiling-styling#post-73773</link>
			<pubDate>Tue, 04 Sep 2012 09:36:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">73773@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted, thanks for letting us know!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alanrhannah on "Form adding  tags - spoiling styling."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-adding-tags-spoiling-styling#post-73762</link>
			<pubDate>Tue, 04 Sep 2012 06:07:48 +0000</pubDate>
			<dc:creator>alanrhannah</dc:creator>
			<guid isPermaLink="false">73762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Resolved. There was a stray EM TAG in a HTML block.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alanrhannah on "Form adding  tags - spoiling styling."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-adding-tags-spoiling-styling#post-73761</link>
			<pubDate>Tue, 04 Sep 2012 05:50:36 +0000</pubDate>
			<dc:creator>alanrhannah</dc:creator>
			<guid isPermaLink="false">73761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there - &#60;/p&#62;
&#60;p&#62;I am using gravity forms to create an online application.  When I add the code into my frame work (below) - it adds &#60;em&#62; tags erroneously - any ideas how to fix? &#60;/p&#62;
&#60;p&#62;PHP - &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_header(); ?&#38;gt;
&#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
	&#38;lt;?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?&#38;gt;
	&#38;lt;div class=&#38;quot;grid_12&#38;quot;&#38;gt;
		&#38;lt;h1&#38;gt;&#38;lt;?php the_title();?&#38;gt;&#38;lt;/h1&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
	&#38;lt;div class=&#38;quot;grid_8&#38;quot;&#38;gt;
		 &#38;lt;?php echo do_shortcode( &#38;#39;[gravityform id=&#38;quot;2&#38;quot; name=&#38;quot;Apply Online&#38;quot;]&#38;#39; ) ?&#38;gt;
	&#38;lt;/div&#38;gt;
	&#38;lt;div class=&#38;quot;grid_4&#38;quot;&#38;gt;
		&#38;lt;?php the_content(); ?&#38;gt;
	&#38;lt;/div&#38;gt;
	&#38;lt;?php endwhile; ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;HTML Output - &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;﻿﻿﻿&#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
   &#38;lt;div class=&#38;quot;grid_8&#38;quot;&#38;gt;
      &#38;lt;div id=&#38;quot;gform_wrapper_2&#38;quot; class=&#38;quot;gf_browser_gecko gform_wrapper app_form_wrapper&#38;quot; style=&#38;quot;&#38;quot;&#38;gt;
      &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
      &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
      &#38;lt;/em&#38;gt;&#38;lt;em&#38;gt; &#38;lt;/em&#38;gt; // ERROR HERE
  &#38;lt;/div&#38;gt;
   &#38;lt;em&#38;gt;
      &#38;lt;div class=&#38;quot;grid_4&#38;quot;&#38;gt;
   &#38;lt;/em&#38;gt; // ERROR WRAPPING GRID IN EM TAGS
     &#38;lt;/div&#38;gt;
    &#38;lt;em&#38;gt; // ERROR WRAPPING ROW IN EM TAGS
&#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;ucf_footer&#38;quot;&#38;gt;
&#38;lt;link id=&#38;quot;gforms_css-css&#38;quot; media=&#38;quot;all&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/css/forms.css?ver=1.6.6&#38;quot; rel=&#38;quot;stylesheet&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-includes/js/admin-bar.js?ver=3.4.1&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/gravityforms.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/jquery-ui/ui.datepicker.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/datepicker.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/jquery.json-1.3.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js?ver=1.6.6&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/themes/ucf/libs/js/misc/grayscale_img.js?ver=3.4.1&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script src=&#38;quot;http://localhost/UCF_Launch/wp-content/themes/ucf/libs/js/permissionbar/permissionbar-latest.js?ver=3.4.1&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;wpadminbar&#38;quot; class=&#38;quot;&#38;quot; role=&#38;quot;navigation&#38;quot;&#38;gt;
&#38;lt;/em&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;/em&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
