<?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: Gform button, how do you add custom images to the next/previous buttons in CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css</link>
		<description>Gravity Support Forums Topic: Gform button, how do you add custom images to the next/previous buttons in CSS</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 19:33:57 +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/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Gform button, how do you add custom images to the next/previous buttons in CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css#post-37693</link>
			<pubDate>Wed, 12 Oct 2011 09:03:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, you were 99% there. I'm happy I could help get you to the 100% mark. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phirefly on "Gform button, how do you add custom images to the next/previous buttons in CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css#post-37677</link>
			<pubDate>Wed, 12 Oct 2011 04:14:30 +0000</pubDate>
			<dc:creator>phirefly</dc:creator>
			<guid isPermaLink="false">37677@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thats fantastic Kevin, I actually had that exact code but without the text indent, thats sorted it right out!&#60;br /&#62;
Many Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Gform button, how do you add custom images to the next/previous buttons in CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css#post-37649</link>
			<pubDate>Tue, 11 Oct 2011 19:25:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37649@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're trying replacing the button with a background image, you can usually use a negative &#34;text-indent&#34; value to hide the text off the left side of the viewport… something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_previous_button{
	background-image: url(&#38;#39;..images/form_next.jpg&#38;#39;);
	width: 97px;
	height: 50px;
	border: 0;
	color: transparent;
	text-indent: -9000px
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Gform button, how do you add custom images to the next/previous buttons in CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css#post-37633</link>
			<pubDate>Tue, 11 Oct 2011 18:05:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">37633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms supports using images for buttons for the submit button and next/previous buttons.  &#60;/p&#62;
&#60;p&#62;You do this using the Form Settings for the submit button and going to the Advanced tab and changing the Form Button to use an Image instead of the default text.  See this screenshot: &#60;a href=&#34;http://i.imgur.com/4ly9N.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/4ly9N.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For the Next/Previous buttons you would edit each individual Page Break field and configure the Next and Previous buttons to use an Image instead of the default text.  See this screenshot: &#60;a href=&#34;http://i.imgur.com/HD22S.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/HD22S.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phirefly on "Gform button, how do you add custom images to the next/previous buttons in CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-button-how-do-you-add-custom-images-to-the-nextprevious-buttons-in-css#post-37606</link>
			<pubDate>Tue, 11 Oct 2011 17:16:13 +0000</pubDate>
			<dc:creator>phirefly</dc:creator>
			<guid isPermaLink="false">37606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to make the 'next' 'previous' and 'submit' buttons show the images I've created instead of using text.&#60;br /&#62;
I did this in CSS by adding this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_previous_button{
background-image:url(&#38;#39;form_next.jpg&#38;#39;);
width: 97px;
height: 50px;
border:0px;
color: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This seems to work fine in Firefox, but in Safari its showing a kinda white blob over each image. Its probably because the text 'value' still exists, but I don't know how to remove the text value from showing.&#60;br /&#62;
Any ideas?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
