<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Form Background is Transparent</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Form Background is Transparent</description>
<language>en</language>
<pubDate>Sun, 17 May 2026 03:27:01 +0000</pubDate>

<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6911</link>
<pubDate>Thu, 13 Aug 2009 09:01:06 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6911@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sure...I found the following post:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/file-upload-field-background-color?replies=3#post-2672&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/file-upload-field-background-color?replies=3#post-2672&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And then added the background-color line of code below to my .css file and it worked! &#60;/p&#62;
&#60;p&#62;#main_body input.file&#60;br /&#62;
{&#60;br /&#62;
	color:#333;&#60;br /&#62;
	font-size:100%;&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:2px 0;&#60;br /&#62;
        background-color:#FF0000; &#38;lt;-- add this line&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>pampas on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6910</link>
<pubDate>Thu, 13 Aug 2009 06:00:26 +0000</pubDate>
<dc:creator>pampas</dc:creator>
<guid isPermaLink="false">6910@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Andria&#60;br /&#62;
How did you fix it?&#60;br /&#62;
Can you please share it?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6909</link>
<pubDate>Thu, 13 Aug 2009 03:36:53 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6909@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just got it to work.......no need for a response.
&#60;/p&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6908</link>
<pubDate>Thu, 13 Aug 2009 03:28:53 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6908@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Also, I figured out to change the background color but it wont stay white...why?
&#60;/p&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6907</link>
<pubDate>Thu, 13 Aug 2009 03:20:21 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6907@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;BTW....I did double check to ensure I took out the code you suggested above in my ./data/form_1/css/view.css file. Still no luck.&#60;/p&#62;
&#60;p&#62;Any help more ideas? I'd love to finish this form today.  :)&#60;/p&#62;
&#60;p&#62;THANKS!
&#60;/p&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6902</link>
<pubDate>Thu, 13 Aug 2009 00:35:34 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6902@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Also, if I shouldn't be using the standard iframe code and need to use the advanced code can you walk me through how to do it. I tried pasting the advanced code into my index-9.html file and then resaved the html file as a .php file, then uploaded it to my server but that didn't work either. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.theyardgroomer.com/index-9.php&#34; rel=&#34;nofollow&#34;&#62;http://www.theyardgroomer.com/index-9.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again, I'm new at this!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6901</link>
<pubDate>Thu, 13 Aug 2009 00:23:51 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6901@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the response. I tried what you said and it didn't work. I even tried reposting everything to a new page....&#60;/p&#62;
&#60;p&#62;See the latest form on my site:&#60;br /&#62;
&#60;a href=&#34;http://theyardgroomer.com/index-9.html&#34; rel=&#34;nofollow&#34;&#62;http://theyardgroomer.com/index-9.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I did was paste in my iframe code into the body section of the index-9.html page (under the flash). I then went into my view.css file and deleted the entire integrated section that you mentioned above and uploaded both files to my server and still no luck. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;I may need more detailed instructions as to which files to go into and what to do as what I tried above didn't work and the code is still being stripped from my form.&#60;/p&#62;
&#60;p&#62;Thank you so much! I really appreciate it!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6896</link>
<pubDate>Wed, 12 Aug 2009 14:52:26 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6896@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The solution is in here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/how-to-create-elegant-urls&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/how-to-create-elegant-urls&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can try to remove or make comment for these code in your CSS form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/** Embedded Form **/

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
    border: none;
	width: 100%;
	background: none;
}

.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;

}

/** Integrated Form **/
.integrated *{
	font-family:&#38;quot;Lucida Grande&#38;quot;, Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}

.integrated #top, .integrated #bottom, .integrated h1{
	display: none;
}

.integrated #form_container{
    border: none;
	width: 99%;
	background: none;
}

.integrated #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.integrated #footer.success{
	text-align: center;
}

.integrated form.appnitro
{
	margin:0px 0px 0;

}

.integrated form .section_break h3
{
	border: none !important;
}

.integrated #error_message h3
{
	border: none !important;

}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>andriamullaney on "Form Background is Transparent"</title>
<link>https://www.machform.com/forums/topic/form-background-is-transparent#post-6895</link>
<pubDate>Wed, 12 Aug 2009 11:55:39 +0000</pubDate>
<dc:creator>andriamullaney</dc:creator>
<guid isPermaLink="false">6895@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just purchased your software (love it so far) and have created a contact form for my site. However when I add the iframe to my already existing page the white background that should be there on my form goes away and becomes transparent (which visually is not working).&#60;/p&#62;
&#60;p&#62;Here is the form I created which looks great (I still have to customize it):&#60;br /&#62;
&#60;a href=&#34;http://www.theyardgroomer.com/machform/view.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://www.theyardgroomer.com/machform/view.php?id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now here is what happens when I take the iframe code and paste it onto my web page:&#60;br /&#62;
&#60;a href=&#34;http://theyardgroomer.com/index-7.html&#34; rel=&#34;nofollow&#34;&#62;http://theyardgroomer.com/index-7.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;HELP!!!!   :)&#60;/p&#62;
&#60;p&#62;Thank you so much....I'm guessing it's something pretty easy that I need to change but I have no clue where to look.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
