<?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: how to position the button which is made by html?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-position-the-button-which-is-made-by-html</link>
		<description>Gravity Support Forums Topic: how to position the button which is made by html?</description>
		<language>en-US</language>
		<pubDate>Sun, 26 Apr 2026 08:55:03 +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/how-to-position-the-button-which-is-made-by-html" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "how to position the button which is made by html?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-position-the-button-which-is-made-by-html#post-60286</link>
			<pubDate>Thu, 24 May 2012 14:41:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This will definitely take custom CSS. I just messed around with it in chrome dev tools and this worked ok for me (be sure to place into your theme's stylesheet):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_fields_1 {
position: relative;
}
#field_1_7 {
position: absolute;
left: 100px;
top: 410px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kakadong on "how to position the button which is made by html?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-position-the-button-which-is-made-by-html#post-60269</link>
			<pubDate>Thu, 24 May 2012 12:54:51 +0000</pubDate>
			<dc:creator>kakadong</dc:creator>
			<guid isPermaLink="false">60269@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Still not working by using the gf_left_half&#60;br /&#62;
what css rules should I use to move the li (reset button) next to another div (submit)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "how to position the button which is made by html?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-position-the-button-which-is-made-by-html#post-59885</link>
			<pubDate>Tue, 22 May 2012 12:40:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can position elements using CSS. Check out the following documentation:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try gf_left_half and gf_right_half on your submit and reset buttons. &#60;/p&#62;
&#60;p&#62;Otherwise, use view source to get the element ID of each of the items and move them around using CSS which would go in your theme's style.css file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kakadong on "how to position the button which is made by html?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-position-the-button-which-is-made-by-html#post-59882</link>
			<pubDate>Tue, 22 May 2012 12:33:26 +0000</pubDate>
			<dc:creator>kakadong</dc:creator>
			<guid isPermaLink="false">59882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;my page is at &#60;a href=&#34;http://www.soho-kakadong.com/demoshop/聯絡我們/&#34; rel=&#34;nofollow&#34;&#62; HERE &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the bottom of my form , there are two buttons. &#60;/p&#62;
&#60;p&#62;the upper is a reset button which is to clear all information .&#60;br /&#62;
the lower is a submit button. &#60;/p&#62;
&#60;p&#62;I want to reposition the reset button , so it is at right side of the submit button.&#60;br /&#62;
How to achieve this? &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
