<?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: Edit HTML that Gforms generates.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates</link>
		<description>Gravity Support Forums Topic: Edit HTML that Gforms generates.</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 06:12:52 +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/edit-html-that-gforms-generates" rel="self" type="application/rss+xml" />

		<item>
			<title>Superluxe on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24425</link>
			<pubDate>Thu, 28 Apr 2011 12:52:52 +0000</pubDate>
			<dc:creator>Superluxe</dc:creator>
			<guid isPermaLink="false">24425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin you are awesome!  Thank you so much! I should have thought of that but you saved the day.&#60;br /&#62;
That was driving me crazy, I really appreciate your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24419</link>
			<pubDate>Thu, 28 Apr 2011 12:17:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding the &#34;display:block&#34; property to your CSS rule on line 1201 of your style.css file. That cleared up the issue in my tests.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper span.gform_description {
    display: block;
    font-weight: normal;
    margin-left: 30px;
    width: 80%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/9Zwd&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9Zwd&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24415</link>
			<pubDate>Thu, 28 Apr 2011 12:10:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jon,&#60;br /&#62;
You shouldn't need to change the markup for any reason. You've got something else weird going on with your styles.. most likely coming from your theme CSS. I'll take another look and let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Superluxe on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24378</link>
			<pubDate>Thu, 28 Apr 2011 02:50:46 +0000</pubDate>
			<dc:creator>Superluxe</dc:creator>
			<guid isPermaLink="false">24378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you so much for solving my footer problem.  How can I make my contact form align correctly.&#60;br /&#62;
In Firebug I can change the gform_description from span to div id and then my 30px margin keep things looking tidy, but without the ability to change that, the second line has no margin.&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Jon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24343</link>
			<pubDate>Wed, 27 Apr 2011 17:40:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking at your form page, I see that your style.css file sets a 40px top margin for an iframe. there is a hidden iframe in your markup and Safari is rendering the margin even with the iframe being hidden.&#60;/p&#62;
&#60;p&#62;You can see that if I disable the blanket margin on the iframe element the spacing at the bottom of the page is gone. &#60;/p&#62;
&#60;p&#62;safari screenshot: &#60;a href=&#34;http://grab.by/9Z9v&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9Z9v&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll need to modify your CSS file to remove that default margin for the iframe element.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24296</link>
			<pubDate>Wed, 27 Apr 2011 15:25:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't edit the form HTML. It's dynamically created. You can manipulate some of the markup with jQuery if you need to.&#60;/p&#62;
&#60;p&#62;As far as the spacing in the footer, I doubt it's directly related to Gravity Forms, but I'll take a look and let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Superluxe on "Edit HTML that Gforms generates."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-html-that-gforms-generates#post-24286</link>
			<pubDate>Wed, 27 Apr 2011 14:52:04 +0000</pubDate>
			<dc:creator>Superluxe</dc:creator>
			<guid isPermaLink="false">24286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I edit the HTML that gforms generates?&#60;/p&#62;
&#60;p&#62;I need to change a span class to div id, so I don't get this problem that can be seen below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://superluxefibers.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://superluxefibers.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am also have an issue with the form content placing white space beneath my footer, but only in Safari and Chrome, not in IE or Firefox.&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
