<?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: Removing header and images?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Removing header and images?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:51:06 +0000</pubDate>

<item>
<title>Radices on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-11642</link>
<pubDate>Fri, 18 Mar 2011 22:47:10 +0000</pubDate>
<dc:creator>Radices</dc:creator>
<guid isPermaLink="false">11642@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks so much! Only problem for me with Section Break method is that it will display above the submit button.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-11638</link>
<pubDate>Fri, 18 Mar 2011 21:26:59 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11638@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;To set background image for your footer, you can search for this CSS code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer
{
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	width:640px;
	padding-bottom: 15px;
	font-size: 85%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;add the background-image property, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer
{
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	width:640px;
	padding-bottom: 15px;
	font-size: 85%;
        background-image: url(&#38;#39;http://www.example.com/your_image.gif&#38;#39;);
	background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you might also need to adjust the height of the footer, depends on the height of your image. Simply add &#34;height&#34; attribute there.&#60;/p&#62;
&#60;p&#62;Easier way is using Section Break field, simply add the field and then paste the HTML tag for the image into your section break label.
&#60;/p&#62;</description>
</item>
<item>
<title>Radices on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-11625</link>
<pubDate>Thu, 17 Mar 2011 22:07:22 +0000</pubDate>
<dc:creator>Radices</dc:creator>
<guid isPermaLink="false">11625@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Could you show how to do that please? Mainly the CSS method but both if you have time
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-11622</link>
<pubDate>Thu, 17 Mar 2011 21:26:58 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11622@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, you can use the CSS to customize footer image for each form. Or you can also use &#34;Section Break&#34; field to insert different image for each form.
&#60;/p&#62;</description>
</item>
<item>
<title>Radices on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-11616</link>
<pubDate>Thu, 17 Mar 2011 05:54:55 +0000</pubDate>
<dc:creator>Radices</dc:creator>
<guid isPermaLink="false">11616@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can I edit the css to display a different footer image for each form?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5994</link>
<pubDate>Wed, 27 May 2009 15:47:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">5994@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can you let us know the URL to your form? So we can test it.&#60;br /&#62;
If you don't want to post it here, please send via mail: customer.service [at] appnitro.com&#60;/p&#62;
&#60;p&#62;You should be able to embed the PHP code to any PHP files on any folder.
&#60;/p&#62;</description>
</item>
<item>
<title>Cornelious on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5993</link>
<pubDate>Wed, 27 May 2009 15:17:48 +0000</pubDate>
<dc:creator>Cornelious</dc:creator>
<guid isPermaLink="false">5993@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Still don't have it working. How do I successfully embed the PHP code - does the form have to be on a page named index.php? Does the script have to be in the same folder?
&#60;/p&#62;</description>
</item>
<item>
<title>Cornelious on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5988</link>
<pubDate>Tue, 26 May 2009 22:18:00 +0000</pubDate>
<dc:creator>Cornelious</dc:creator>
<guid isPermaLink="false">5988@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;My script is uploaded to website.com/form/&#60;/p&#62;
&#60;p&#62;My form is embedded using PHP in website.com/folder-two/send-form.php &#60;/p&#62;
&#60;p&#62;When I hit submit, the visitor is sent to website.com/folder-two/#main_body &#60;/p&#62;
&#60;p&#62;&#34;Method Not Allowed&#60;br /&#62;
The requested method POST is not allowed for the URL /folder-two/index.html&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5987</link>
<pubDate>Tue, 26 May 2009 22:12:06 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5987@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;You can hide those images, search these code in your CSS form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:650px;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:650px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with these one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top
{
	display:none;
	height:10px;
	margin:10px auto 0;
	width:650px;
}

#bottom
{
	display:none;
	height:10px;
	margin:0 auto;
	width:650px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;anyway I'm not sure with &#34;submit the wrong page&#34; ? is it the data go to another form?
&#60;/p&#62;</description>
</item>
<item>
<title>Cornelious on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5982</link>
<pubDate>Tue, 26 May 2009 20:23:32 +0000</pubDate>
<dc:creator>Cornelious</dc:creator>
<guid isPermaLink="false">5982@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, the style appears good now, it's just the form submits to the wrong page.
&#60;/p&#62;</description>
</item>
<item>
<title>Cornelious on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5981</link>
<pubDate>Tue, 26 May 2009 20:19:52 +0000</pubDate>
<dc:creator>Cornelious</dc:creator>
<guid isPermaLink="false">5981@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Another question.&#60;/p&#62;
&#60;p&#62;When I use the PHP Code, the form losses all the styling, and it submits to the wrong page.&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>Cornelious on "Removing header and images?"</title>
<link>https://www.machform.com/forums/topic/removing-header-and-images#post-5979</link>
<pubDate>Tue, 26 May 2009 20:11:44 +0000</pubDate>
<dc:creator>Cornelious</dc:creator>
<guid isPermaLink="false">5979@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Where do I go to remove these from the HTML of the form?&#60;/p&#62;
&#60;p&#62;	&#38;lt;img id=&#34;top&#34; src=&#34;images/top.png&#34; alt=&#34;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;	&#38;lt;img id=&#34;bottom&#34; src=&#34;images/bottom.png&#34; alt=&#34;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;I thought they were in header.php and footer.php, but when I change those, my form still looks the same.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
