<?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: email submission form not laying out correctly</title>
		<link>http://www.kriesi.at/support/topic/email-submission-form-not-laying-out-correctly</link>
		<description>Support Forum - Topic: email submission form not laying out correctly</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 09:59:27 +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/email-submission-form-not-laying-out-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "email submission form not laying out correctly"</title>
			<link>http://www.kriesi.at/support/topic/email-submission-form-not-laying-out-correctly#post-28761</link>
			<pubDate>Thu, 06 Oct 2011 05:55:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stunna42 on "email submission form not laying out correctly"</title>
			<link>http://www.kriesi.at/support/topic/email-submission-form-not-laying-out-correctly#post-28688</link>
			<pubDate>Wed, 05 Oct 2011 15:38:54 +0000</pubDate>
			<dc:creator>stunna42</dc:creator>
			<guid isPermaLink="false">28688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;perfect! Thanks so much Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "email submission form not laying out correctly"</title>
			<link>http://www.kriesi.at/support/topic/email-submission-form-not-laying-out-correctly#post-28626</link>
			<pubDate>Tue, 04 Oct 2011 21:57:25 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28626@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code of your signup form is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;textwidget&#38;quot;&#38;gt;Research delivered to your inbox. No spam.
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; language=&#38;quot;javascript&#38;quot;&#38;gt;
// &#38;lt;![CDATA[

    function txtSFCaptcha_onclick() {

    }

// ]]&#38;gt;
&#38;lt;/script&#38;gt;
&#38;lt;!----------------------------------------------------------------
    -   START:Signup form Content:
    -       Include this block if you are integrating into an existing page.
    -----------------------------------------------------------------&#38;gt;
&#38;lt;style text=&#38;quot;text/css&#38;quot;&#38;gt;
    .eemStyleSFBody
    {
        padding: 0px;
        background-color: #FFFFFF;
        border: ridge 0px gray;
        width: 100%;
    }
    .eemStyleSFMainOuter
    {
        padding: 0px;
        border: ridge 0px gray;
        width: 100%;
    }
    .eemStyleSFMainInner
    {
        padding: 0px;
    }
    .eemStyleSFMain
    {
        color: #000000;
        background-color: #FFFFFF;
        font-family: Arial;
        width: 100%;
    }
    .eemStyleSFCompletion
    {
        color: green;
        font-weight: bold;
        font-family: Arial;
        font-size: small;
    }
    .eemStyleSFCompletion_BGIsRedish
    {
        color: green;
        font-weight: bold;
        filter: glow(color=yellow, strength=3);
        font-family: Arial;
        font-size: small;
    }
    .eemStyleSFLogoDisplay
    {
    }
    .eemStyleSFLogoHide
    {
        display: none;
    }
    .eemStyleSFLogoOuter
    {
        padding: 0px;
        border: solid 0px green;
        text-align: left;
    }
    .eemStyleSFLogoInner
    {
        border: solid 0px green;
        height: 100%;
        background-color: Transparent;
        padding: 0px;
    }
    .eemStyleSFTitleOuter
    {
        border: solid 0px green;
        text-align: left;
        padding: 0px;
    }
    .eemStyleSFTitleInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFTitle
    {
        font-weight: bold;
        font-size: larger;
    }
    .eemStyleSFErrorOuter
    {
        border: solid 0px gray;
        text-align: left;
        padding: 0px;
    }
    .eemStyleSFErrorInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFError
    {
        color: Red;
        font-size: x-small;
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFError_BGIsRedish
    {
        color: Red;
        font-size: x-small;
        filter: glow(color=yellow, strength=3);
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFContentOuter
    {
        padding: 0px;
    }
    .eemStyleSFContentInner
    {
        padding: 0px;
    }
    .eemStyleSFSectionQuestionOuter_Vertical
    {
        float: none;
        padding: 0px;
        margin-bottom: 4px;
        border: solid 0px gray;
        width: auto;
        overflow: auto;
    }
    .eemStyleSFSectionQuestionOuter_Horizontal
    {
        float: left;
        padding: 0px;
        margin-bottom: 0px;
        border: solid 0px gray;
        width: 48%;
        overflow: auto;
    }
    .eemStyleSFSectionIntGrpOuter_Vertical
    {
        padding: 0px;
        border: solid 0px gray;
        float: none;
        overflow: auto;
        width: auto;
    }
    .eemStyleSFSectionIntGrpOuter_Horizontal
    {
        padding: 0px;
        border: solid 0px gray;
        float: right;
        overflow: auto;
        width: 48%;
    }
    .eemStyleSFSectionHeadingInner
    {
        padding: 2px;
        height: 100%;
        border: solid 0px gray;
    }
    .eemStyleSFSectionHeading
    {
        font-weight: bold;
        padding: 5px;
        font-size: small;
        background-color: #FFFFFF;
        color: #000000;
    }
    .eemStyleSFSectionContent
    {
        padding: 5px;
    }
    .eemStyleSFIntGrpContent
    {
        border: 1px solid #D9E1E8;
        padding: 5px;
    }
    .eemStyleSFText
    {
        color: #000000;
        font-size: x-small;
    }
    .eemStyleSFTextDisabled
    {
        color: Gray;
        font-weight: bold;
        font-size: x-small;
    }
    .eemStyleSFReq
    {
        color: Red;
        font-size: x-small;
        font-style: italic;
        vertical-align: baseline;
        font-weight: bold;
    }
    .eemStyleSFReq_BGIsRedish
    {
        font-weight: bold;
        font-style: italic;
        vertical-align: baseline;
        font-size: x-small;
        filter: glow(color=yellow, strength=3);
        color: Red;
    }
    .eemStyleSFReqError
    {
        background-color: Red;
    }
&#38;lt;/style&#38;gt;
&#38;lt;form eemaction=&#38;quot;https://app.expressemailmarketing.com/SignupForm.handler?SFAction=ProcessSubmit&#38;amp;SFID=101456&#38;amp;SFCustomerID=101699&#38;quot; action=&#38;quot;https://app.expressemailmarketing.com/SignupForm.handler?SFAction=ProcessSubmit&#38;amp;SFID=101456&#38;amp;SFCustomerID=101699&#38;quot; class=&#38;quot;eemStyleSFForm&#38;quot; autocomplete=&#38;quot;on&#38;quot; method=&#38;quot;post&#38;quot; name=&#38;quot;frmEEMSignupForm&#38;quot; id=&#38;quot;frmEEMSignupForm&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;hidSFContext&#38;quot; name=&#38;quot;SFContext&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;hidSFStage&#38;quot; name=&#38;quot;SFStage&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;hidDebug&#38;quot; name=&#38;quot;SFDebug&#38;quot;&#38;gt;
&#38;lt;!------------------------------------------------------&#38;gt;
&#38;lt;!-- Main Page --&#38;gt;
&#38;lt;!------------------------------------------------------&#38;gt;
&#38;lt;!-- divMainOuter: Use to apply styles to outer border of main page --&#38;gt;
&#38;lt;div class=&#38;quot;eemStyleSFMainOuter&#38;quot; id=&#38;quot;divMainOuter&#38;quot;&#38;gt;
    &#38;lt;!-- divMainInner: Use to apply styles to inner border of main page --&#38;gt;
    &#38;lt;div class=&#38;quot;eemStyleSFMainInner&#38;quot; id=&#38;quot;divMainInner&#38;quot;&#38;gt;
        &#38;lt;!----------------------------------------------&#38;gt;
        &#38;lt;!-- Signup Form Content --&#38;gt;
        &#38;lt;!----------------------------------------------&#38;gt;
        &#38;lt;table width=&#38;quot;100%&#38;quot; class=&#38;quot;eemStyleSFMain&#38;quot; id=&#38;quot;tblSFMain&#38;quot;&#38;gt;
            &#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;
                &#38;lt;td&#38;gt;
                    &#38;lt;!----------------------------------------------&#38;gt;
                    &#38;lt;!-- Content --&#38;gt;
                    &#38;lt;!----------------------------------------------&#38;gt;
                    &#38;lt;!-- divContentOuter: Used to apply styles to outer border of the Content --&#38;gt;
                    &#38;lt;div class=&#38;quot;eemStyleSFContentOuter&#38;quot; id=&#38;quot;divContentOuter&#38;quot;&#38;gt;
                        &#38;lt;!-- divContentInner: Used to apply styles to inner border of the Content --&#38;gt;
                        &#38;lt;div class=&#38;quot;eemStyleSFContentInner&#38;quot; id=&#38;quot;divContentInner&#38;quot;&#38;gt;
                            &#38;lt;!--------------------------------------&#38;gt;
                            &#38;lt;!-- Question Heading --&#38;gt;
                            &#38;lt;!--------------------------------------&#38;gt;
                            &#38;lt;!-- divSectionQuestionOuter: Used to apply styles to outer border of the Question Heading --&#38;gt;
                            &#38;lt;div class=&#38;quot;eemStyleSFSectionQuestionOuter_Vertical&#38;quot; id=&#38;quot;divSectionQuestionOuter&#38;quot;&#38;gt;
                                &#38;lt;!-- divSectionQuestionInner: Used to apply styles to inner border of the Question Heading --&#38;gt;
                                &#38;lt;div class=&#38;quot;eemStyleSFSectionHeadingInner&#38;quot; id=&#38;quot;divSectionQuestionInner&#38;quot;&#38;gt;
                                    &#38;lt;table width=&#38;quot;100%&#38;quot; cellspacing=&#38;quot;0&#38;quot; cellpadding=&#38;quot;1&#38;quot;&#38;gt;
                                        &#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;label&#38;gt;
                                                    email address&#38;lt;/label&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;input type=&#38;quot;text&#38;quot; class=&#38;quot;eemStyleSFValue&#38;quot; value=&#38;quot;&#38;quot; maxlength=&#38;quot;255&#38;quot; style=&#38;quot;width:150px;&#38;quot; name=&#38;quot;txtSFEmail&#38;quot; id=&#38;quot;txtSFEmail&#38;quot;&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                        &#38;lt;/tr&#38;gt;
                                        &#38;lt;tr&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;label&#38;gt;
                                                    code&#38;lt;/label&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;img id=&#38;quot;img1&#38;quot; src=&#38;quot;https://app.expressemailmarketing.com/SignupForm.handler?SFAction=GenerateCaptcha&#38;amp;SFID=101456&#38;amp;SFCustomerID=101699&#38;amp;Width=100&#38;amp;Height=30&#38;amp;MinTextLen=2&#38;amp;MaxTextLen=4&#38;quot;&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                        &#38;lt;/tr&#38;gt;
                                        &#38;lt;tr&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;label&#38;gt;
                                                    enter code&#38;lt;/label&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                            &#38;lt;td align=&#38;quot;left&#38;quot;&#38;gt;
                                                &#38;lt;input type=&#38;quot;text&#38;quot; onclick=&#38;quot;return txtSFCaptcha_onclick()&#38;quot; style=&#38;quot;width: 150px&#38;quot; name=&#38;quot;txtSFCaptcha&#38;quot; id=&#38;quot;txtSFCaptcha&#38;quot;&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                        &#38;lt;/tr&#38;gt;
                                        &#38;lt;tr&#38;gt;
                                            &#38;lt;td align=&#38;quot;center&#38;quot; colspan=&#38;quot;2&#38;quot;&#38;gt;
                                                &#38;lt;input type=&#38;quot;submit&#38;quot; class=&#38;quot;eemStyleSFButton&#38;quot; value=&#38;quot;Subscribe&#38;quot; onclick=&#38;quot;return (SFValidateFields());&#38;quot; name=&#38;quot;btnSFSubmit&#38;quot; id=&#38;quot;btnSFSubmit&#38;quot;&#38;gt;
                                            &#38;lt;/td&#38;gt;
                                        &#38;lt;/tr&#38;gt;
                                    &#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;
                                &#38;lt;/div&#38;gt;
                                &#38;lt;!-- divSectionQuestionInner: End --&#38;gt;
                            &#38;lt;/div&#38;gt;
                            &#38;lt;!-- divSectionQuestionOuter: End --&#38;gt;
                            &#38;lt;!--------------------------------------&#38;gt;
                            &#38;lt;!-- Interest Group Heading --&#38;gt;
                            &#38;lt;!--------------------------------------&#38;gt;
                            &#38;lt;!-- divSectionIntGrpOuter: Used to apply styles to outer border of the Interest Group Heading --&#38;gt;
                            &#38;lt;!-- divSectionIntGrpOuter: End --&#38;gt;
                        &#38;lt;/div&#38;gt;
                        &#38;lt;!-- divContentInner: End --&#38;gt;
                    &#38;lt;/div&#38;gt;
                    &#38;lt;!-- divContentOuter: End --&#38;gt;
                &#38;lt;/td&#38;gt;
            &#38;lt;/tr&#38;gt;
            &#38;lt;tr&#38;gt;
                &#38;lt;td&#38;gt;
                    &#38;lt;!--------------------------------------&#38;gt;
                    &#38;lt;!-- Form Submission --&#38;gt;
                    &#38;lt;!--------------------------------------&#38;gt;
                    &#38;lt;!-- divSubmitOuter: Used to apply styles to outer border of the submit button --&#38;gt;
                    &#38;lt;div class=&#38;quot;eemStyleSFSubmitOuter&#38;quot; id=&#38;quot;divSubmitOuter&#38;quot;&#38;gt;
                        &#38;lt;!-- divSubmitInner: Used to apply styles to inner border of the submit button --&#38;gt;
                        &#38;lt;div class=&#38;quot;eemStyleSFSubmitInner&#38;quot; id=&#38;quot;divSubmitInner&#38;quot;&#38;gt;

                        &#38;lt;/div&#38;gt;
                        &#38;lt;!-- divSubmitInner: End --&#38;gt;
                    &#38;lt;/div&#38;gt;
                    &#38;lt;!-- divSubmitOuter: End --&#38;gt;
                    &#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;http://thesmarterscienceofslim.com/email-subscription-confirmed/&#38;quot; name=&#38;quot;FormMailerRedirect&#38;quot; id=&#38;quot;FormMailerRedirect&#38;quot;&#38;gt;
                    &#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;http://thesmarterscienceofslim.com/oops/&#38;quot; name=&#38;quot;FormMailerRedirectOnError&#38;quot; id=&#38;quot;FormMailerRedirectOnError&#38;quot;&#38;gt;
                &#38;lt;/td&#38;gt;
            &#38;lt;/tr&#38;gt;
            &#38;lt;tr height=&#38;quot;20px&#38;quot;&#38;gt;
                &#38;lt;td&#38;gt;
                &#38;lt;/td&#38;gt;
            &#38;lt;/tr&#38;gt;
        &#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;
    &#38;lt;/div&#38;gt;
    &#38;lt;!-- divMainInner: End --&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;!-- divMainOuter: End --&#38;gt;
&#38;lt;/form&#38;gt;
&#38;lt;!----------------------------------------------------------------
    Please do not remove the below script statements.
        They are used to handle errors and process the signup form.
    -----------------------------------------------------------------&#38;gt;
&#38;lt;script src=&#38;quot;https://app.expressemailmarketing.com/images/gallery/Templates/SignupForm/EEMQueryString.js&#38;quot; language=&#38;quot;javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script src=&#38;quot;https://app.expressemailmarketing.com/images/gallery/Templates/SignupForm/EEMSignupForm.js&#38;quot; language=&#38;quot;javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;!----------------------------------------------------------------
    -   END:Signup form Content:
    -       Include this block if you are integrating into an existing page.
    -----------------------------------------------------------------&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should be able to use it like this directly in HTML ..be sure to create your page/post in HTML (at least put this code in while in HTML view). I can't guarantee this will work since I'm not going to go through all  your custom files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stunna42 on "email submission form not laying out correctly"</title>
			<link>http://www.kriesi.at/support/topic/email-submission-form-not-laying-out-correctly#post-28557</link>
			<pubDate>Tue, 04 Oct 2011 03:33:11 +0000</pubDate>
			<dc:creator>stunna42</dc:creator>
			<guid isPermaLink="false">28557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello - Please visit &#60;a href=&#34;http://thesmarterscienceofslim.com/the-book/&#34; rel=&#34;nofollow&#34;&#62;http://thesmarterscienceofslim.com/the-book/&#60;/a&#62; and note the Newsletter widget in the the side bar, and note the email form within it. &#60;/p&#62;
&#60;p&#62;I'd like to use the same HTML within the body of another page, but when I paste that exact same HTML into the body of a page I get something very odd. See: &#60;a href=&#34;http://thesmarterscienceofslim.com/free-newsletter-sign-up/&#34; rel=&#34;nofollow&#34;&#62;http://thesmarterscienceofslim.com/free-newsletter-sign-up/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I get the HTML to look and work as well as it is in a widget in the main body of a page? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
