<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: CAPTCHA formatting</title>
		<link>http://www.kriesi.at/support/topic/captcha-formatting</link>
		<description>Support Forum - Topic: CAPTCHA formatting</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:19:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/captcha-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25051</link>
			<pubDate>Wed, 17 Aug 2011 08:25:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Before it was:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wpcf7 img{
display inline;
margin: 3px 10px 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and now it's&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wpcf7 img{
display: inline;
margin: 3px 10px 0 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25050</link>
			<pubDate>Wed, 17 Aug 2011 08:24:47 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">25050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found it...&#60;/p&#62;
&#60;p&#62;The original was missing the colons after display.  I was going through the CSS inspector and arrived at the same conclusion so that's what made me see it.&#60;/p&#62;
&#60;p&#62;Now I have to line the image up nicely with the input box, but that shouldn't be too hard.&#60;/p&#62;
&#60;p&#62;Thanks Dude.&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25049</link>
			<pubDate>Wed, 17 Aug 2011 08:15:59 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">25049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry dude - I've been looking really hard.  What's the type?  It looks fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25047</link>
			<pubDate>Wed, 17 Aug 2011 08:05:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Small typo - please try it again - now it should work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25046</link>
			<pubDate>Wed, 17 Aug 2011 08:04:09 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">25046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still no change I'm sorry to say.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25043</link>
			<pubDate>Wed, 17 Aug 2011 07:57:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25043@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Mmm...ok then try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wpcf7 img{
display: inline;
margin: 3px 10px 0 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25040</link>
			<pubDate>Wed, 17 Aug 2011 07:46:26 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">25040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dude,&#60;/p&#62;
&#60;p&#62;I was starting to wonder whether you ever sleep :-)&#60;/p&#62;
&#60;p&#62;I made the change, but unfortunately it didn't seem to make any difference:&#60;/p&#62;
&#60;p&#62;The HTML produced is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;Verify the 4 letters displayed (spam blocker)&#38;lt;br /&#38;gt;
    &#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;_wpcf7_captcha_challenge_size:l&#38;quot; value=&#38;quot;690998362&#38;quot; /&#38;gt;&#38;lt;img alt=&#38;quot;captcha&#38;quot; src=&#38;quot;http://tipoule.com/wp-content/uploads/wpcf7_captcha/690998362.png&#38;quot; class=&#38;quot;wpcf7-captcha-size:l&#38;quot; width=&#38;quot;72&#38;quot; height=&#38;quot;24&#38;quot; /&#38;gt; &#38;lt;span class=&#38;quot;wpcf7-form-control-wrap captcha-957&#38;quot;&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;captcha-957&#38;quot; value=&#38;quot;&#38;quot; class=&#38;quot;text_input&#38;quot; size=&#38;quot;4&#38;quot; maxlength=&#38;quot;4&#38;quot; /&#38;gt;&#38;lt;/span&#38;gt; &#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; class=&#38;quot;wpcf7-submit button&#38;quot; /&#38;gt;&#38;lt;img class=&#38;quot;ajax-loader&#38;quot; style=&#38;quot;visibility: hidden;&#38;quot; alt=&#38;quot;Sending ...&#38;quot; src=&#38;quot;http://tipoule.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif&#38;quot; /&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does it have anything to do with the span:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;wpcf7-form-control-wrap captcha-957&#38;quot;&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25025</link>
			<pubDate>Wed, 17 Aug 2011 06:02:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wpcf7-captcha-size:l{
display inline;
margin: 3px 10px 0 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "CAPTCHA formatting"</title>
			<link>http://www.kriesi.at/support/topic/captcha-formatting#post-25012</link>
			<pubDate>Tue, 16 Aug 2011 22:59:02 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">25012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I know this may be out of the scope of support, but I have a styling question related to the Broadscope theme.&#60;/p&#62;
&#60;p&#62;I am using Contact Form 7, and am including the Really Simple CAPTCHA plugin.&#60;/p&#62;
&#60;p&#62;I can't for the life of me put the CAPTCHA image and verification text box on one line.  I have looked through examples of how to do it, and I think it is something to do with the Broadscope theme that is splitting them.&#60;/p&#62;
&#60;p&#62;This is what I am doing in the form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;Verify the 4 letters displayed (spam blocker)&#38;lt;br /&#38;gt;
    [captchac size:l captcha-957] [captchar captcha-957 4/4 class:text_input] &#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see an example of the page here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tipoule.com/?page_id=401&#34; rel=&#34;nofollow&#34;&#62;http://tipoule.com/?page_id=401&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
