<?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: Graphics on Forms &#038; how the css file is structured</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Graphics on Forms &#038; how the css file is structured</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:07:45 +0000</pubDate>

<item>
<title>yuniar on "[closed] Graphics on Forms &#038; how the css file is structured"</title>
<link>https://www.machform.com/forums/topic/graphics-on-forms-038-how-the-css-file-is-structured#post-183</link>
<pubDate>Sun, 28 Oct 2007 22:44:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">183@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, this should be coded in the CSS file. &#60;/p&#62;
&#60;p&#62;Search for a section like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**** Logo Section  *****/
h1
{
	........
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Now, just edit/add &#60;code&#62;background-image&#60;/code&#62; to your image path inside that &#60;strong&#62;h1&#60;/strong&#62; section. So your final code would be something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1
{
	background-color:#dedede;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	background-image: url(&#38;#39;http://www.appnitro.com/demo/images/machform.gif&#38;#39;);
	background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You could also adjust the &#60;code&#62;background-color&#60;/code&#62; to suit your need.&#60;br /&#62;
Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>adrianwilliams on "[closed] Graphics on Forms &#038; how the css file is structured"</title>
<link>https://www.machform.com/forums/topic/graphics-on-forms-038-how-the-css-file-is-structured#post-178</link>
<pubDate>Sat, 27 Oct 2007 23:29:50 +0000</pubDate>
<dc:creator>adrianwilliams</dc:creator>
<guid isPermaLink="false">178@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm considering putting a graphic on the header part of the form. Would this be coded in the css file ? If so, where?&#60;br /&#62;
A breakdown of how the css file works would be useful for those of us who are not so hot on coding.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
