<?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: Custom Header Troubleshooting</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Custom Header Troubleshooting</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:52:32 +0000</pubDate>

<item>
<title>redityo on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9225</link>
<pubDate>Fri, 16 Apr 2010 14:18:06 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9225@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi drbobtampa,&#60;/p&#62;
&#60;p&#62;Are you refer to this image for your form header ?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://pcwforms.floridacentersforwellness.com/patientforms/images/top.png&#34; rel=&#34;nofollow&#34;&#62;http://pcwforms.floridacentersforwellness.com/patientforms/images/top.png&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If so, try to change your CSS code to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body h1
{
background-color:#00FFFF;
margin:0;
min-height:150;
height:150px;
padding:0;
text-decoration:none;
text-indent:150px
background-image: url(&#38;#39;http://pcwforms.floridacentersforwellness.com/patientforms/images/top.png&#38;#39;);
text-indent:-8000px;
background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#34;public_html&#34; is not necessary to included on the url
&#60;/p&#62;</description>
</item>
<item>
<title>AsherImages on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9223</link>
<pubDate>Fri, 16 Apr 2010 10:25:06 +0000</pubDate>
<dc:creator>AsherImages</dc:creator>
<guid isPermaLink="false">9223@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Posting the resolution to my problem for future reference:&#60;br /&#62;
Hi,&#60;br /&#62;
I see the header already showed and the problem seems on your form title text. To remove it, try to change this code on logo CSS :&#60;/p&#62;
&#60;p&#62;text-indent:150px;&#60;br /&#62;
to&#60;br /&#62;
text-indent:-8000px;&#60;/p&#62;
&#60;p&#62;If you have any difficulty, please let me know.&#60;br /&#62;
Kind regards,&#60;br /&#62;
Andar Redityo&#60;br /&#62;
Machform Support
&#60;/p&#62;</description>
</item>
<item>
<title>Plastic on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9214</link>
<pubDate>Fri, 16 Apr 2010 03:39:48 +0000</pubDate>
<dc:creator>Plastic</dc:creator>
<guid isPermaLink="false">9214@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I found an easy way to replace the image was to create a new image but save the new image as machform.gif and upload it to the server.
&#60;/p&#62;</description>
</item>
<item>
<title>drbobtampa on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9210</link>
<pubDate>Thu, 15 Apr 2010 19:55:10 +0000</pubDate>
<dc:creator>drbobtampa</dc:creator>
<guid isPermaLink="false">9210@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar:  I have been confused by this same issue for several years.  I can set the top.png image to what I want and get the top area to present a desired image.  HOWEVER, if I want to have a form logo, and I edit the form CSS to provide one, I cannot get the image to appear.  I get the correct background color and size but the form title is placed over the background color and no image is present.  Here is the CSS code.  I am using the machform.gif image as a test image.  What can I do to get the image presented?&#60;/p&#62;
&#60;p&#62;/**** Logo Section  *****/&#60;br /&#62;
/**** Form 1 test form ****/&#60;br /&#62;
#main_body h1&#60;br /&#62;
{&#60;br /&#62;
	background-color:#00FFFF;&#60;br /&#62;
	margin:0;&#60;br /&#62;
	min-height:150;&#60;br /&#62;
        height:150px;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
        text-indent:150px&#60;br /&#62;
        background-image: url('https://www.pcwforms.floridacentersforwellness.com/public_html/patientforms/images/machform.gif');&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#main_body h1 a&#60;br /&#62;
{&#60;/p&#62;
&#60;p&#62;	display:block;&#60;br /&#62;
	height:150px;&#60;br /&#62;
	min-height:150px;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The link to the test form itself is:&#60;br /&#62;
&#60;a href=&#34;http://pcwforms.floridacentersforwellness.com/patientforms/view.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://pcwforms.floridacentersforwellness.com/patientforms/view.php?id=1&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9205</link>
<pubDate>Thu, 15 Apr 2010 18:58:05 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">9205@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Can you send us email directly and let us know the URL please?&#60;br /&#62;
Send to: customer.service [at] appnitro.com&#60;/p&#62;
&#60;p&#62;We'll help you there.
&#60;/p&#62;</description>
</item>
<item>
<title>AsherImages on "Custom Header Troubleshooting"</title>
<link>https://www.machform.com/forums/topic/custom-header-troubleshooting#post-9196</link>
<pubDate>Thu, 15 Apr 2010 00:25:17 +0000</pubDate>
<dc:creator>AsherImages</dc:creator>
<guid isPermaLink="false">9196@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi!  I made and installed a custom header using this thread: &#60;a href=&#34;http://www.appnitro.com/forums/topic/how-to-add-logo-tried-other-link-an-still-lost?replies=8&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/how-to-add-logo-tried-other-link-an-still-lost?replies=8&#60;/a&#62; but now, the header is there and my form title is showing up on top of my header - as in the text is over top the top and middle of my .jpg, not that the title is covering up the the header, so it's not a height issue.  &#60;/p&#62;
&#60;p&#62;I took a screenshot, but can't see a place to upload it.  I'm not really comfortable with sharing the direct link to the form on this public forum in order to protect my work.  &#60;/p&#62;
&#60;p&#62;Thanks for any help you can give!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
