<?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: Creating forms with tables breaks in IE</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-forms-with-tables-breaks-in-ie</link>
		<description>Gravity Support Forums Topic: Creating forms with tables breaks in IE</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 11:59:25 +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/creating-forms-with-tables-breaks-in-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Creating forms with tables breaks in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-forms-with-tables-breaks-in-ie#post-31733</link>
			<pubDate>Thu, 04 Aug 2011 15:17:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31733@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure. No worries. You had the right idea, you just have to consider the existing form markup and how your new markup will work in conjunction with it. It takes a tad more planning, but when done right you can do some pretty neat stuff.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VailPM on "Creating forms with tables breaks in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-forms-with-tables-breaks-in-ie#post-31718</link>
			<pubDate>Thu, 04 Aug 2011 14:24:26 +0000</pubDate>
			<dc:creator>VailPM</dc:creator>
			<guid isPermaLink="false">31718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ahhh, I see. Thanks for pushing me in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Creating forms with tables breaks in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-forms-with-tables-breaks-in-ie#post-31475</link>
			<pubDate>Tue, 02 Aug 2011 17:27:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your markup is wrong. You're mixing tables and list elements and that's making the browser angry. The others are apparently being more forgiving for the bad markup. You can see several of the improperly opened/closed list items inside the table &#38;lt; td &#38;gt; elements&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;tr&#38;gt;
	&#38;lt;td colspan=&#38;quot;5&#38;quot;&#38;gt;

&#38;lt;!-- oops.. pieces of a list just floating around in here.. oh the humanity.. --&#38;gt;

	&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;#39;field_1_30&#38;#39; class=&#38;#39;gfield&#38;#39; &#38;gt;
		&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_1_30&#38;#39;&#38;gt;Other&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;
			&#38;lt;input name=&#38;#39;input_30&#38;#39; id=&#38;#39;input_1_30&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; class=&#38;#39;medium&#38;#39;    /&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;#39;field_1_31&#38;#39; class=&#38;#39;gfield    tabler&#38;#39; &#38;gt;
		&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_1_31&#38;#39;&#38;gt;Untitled&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;
			&#38;lt;input name=&#38;#39;input_31&#38;#39; id=&#38;#39;input_1_31&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; class=&#38;#39;medium&#38;#39;    /&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;#39;field_1_32&#38;#39; class=&#38;#39;gfield    tabler&#38;#39; &#38;gt;
		&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_1_32&#38;#39;&#38;gt;Untitled&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;&#38;lt;input name=&#38;#39;input_32&#38;#39; id=&#38;#39;input_1_32&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; class=&#38;#39;small&#38;#39;    /&#38;gt;&#38;lt;/div&#38;gt;
	&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;#39;field_1_33&#38;#39; class=&#38;#39;gfield    tabler&#38;#39; &#38;gt;
		&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_1_33&#38;#39;&#38;gt;Untitled&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;
			&#38;lt;input name=&#38;#39;input_33&#38;#39; id=&#38;#39;input_1_33&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; class=&#38;#39;small&#38;#39;    /&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;#39;field_1_29&#38;#39; class=&#38;#39;gfield      gfield_html gfield_html_formatted gfield_no_follows_desc&#38;#39; &#38;gt;

&#38;lt;!-- list is still open, but now we jump back to a table element --&#38;gt;

	&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're going to introduce new HTML markup into the form, you need to make sure it's properly formatted so it renders correctly in all of the browsers.&#60;/p&#62;
&#60;p&#62;If you're having problems with the markup/HTML fields, you have to remember that the main form is structured using an unordered list. If you want to interrupt that flow to add table markup, you need to first close the list, then add your markup and re-open the list manually so the form continuity is preserved. That sounds difficult, but it's not really. Here's an example using div's as the containers instead of tables. The concept is the same though.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VailPM on "Creating forms with tables breaks in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-forms-with-tables-breaks-in-ie#post-31466</link>
			<pubDate>Tue, 02 Aug 2011 15:48:41 +0000</pubDate>
			<dc:creator>VailPM</dc:creator>
			<guid isPermaLink="false">31466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I used html in my form to make it appear as a table and it works fine in FF, Chrome, etc but breaks in IE 7. IE 8 is fine. The url is &#60;a href=&#34;http://www.vinotours.co/careers&#34; rel=&#34;nofollow&#34;&#62;http://www.vinotours.co/careers&#60;/a&#62;. It also breaks the forms in /contact. Any thoughts on why this is? My inputs all go to new lines instead of floating left, and there are a variety of css issues. I did some overrides in my style.css so my guess is these are what is causing it, but I can't believe it would break this easily. Thanks in advance for any help / suggestions you can give me.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
