<?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: How to make a customized header</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to make a customized header</description>
<language>en</language>
<pubDate>Thu, 11 Jun 2026 04:42:54 +0000</pubDate>

<item>
<title>redityo on "How to make a customized header"</title>
<link>https://www.machform.com/forums/topic/how-to-make-a-customized-header#post-4900</link>
<pubDate>Wed, 04 Mar 2009 20:31:58 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4900@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can try to edit a form style form &#34;edit css&#34; menu on machform admin. Try to search this section in there :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body h1
{
	background-color:#dedede;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	background-image: url(&#38;#39;../../../images/machform.gif&#38;#39;);  /* change this */
	background-repeat: no-repeat;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:640px; /* change this */
}

#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:640px; /* change this */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've write a note what property should be change. For example you want to change form logo with images that stored in &#34;http://www.yourdomain.com/images/logo.jpg&#34; with form width 800px. You can change those sections to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body h1
{
	background-color:#dedede;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	background-image: url(&#38;#39;http://www.yourdomain.com/images/logo.jpg&#38;#39;);  /* change this */
	background-repeat: no-repeat;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:800px; /* change this */
}

#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:800px; /* change this */
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>susane on "How to make a customized header"</title>
<link>https://www.machform.com/forums/topic/how-to-make-a-customized-header#post-4875</link>
<pubDate>Wed, 04 Mar 2009 03:41:07 +0000</pubDate>
<dc:creator>susane</dc:creator>
<guid isPermaLink="false">4875@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm trying to figure out how to make the grey band with the logo on the top of the forms wider, and how to insert my own logo and/or header image.  I figured out how to replace the machform logo with mine, but it's just much too small.  I would greatly appreciate any help.  (Also, I'm not very computer savvy, so if this involves changing a css file, please let me know if it's the main css file or or the individual ones for the individual forms.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
