<?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: Edditing  css to insert background image</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Edditing  css to insert background image</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 06:43:05 +0000</pubDate>

<item>
<title>iain401 on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1297</link>
<pubDate>Sat, 05 Apr 2008 05:53:37 +0000</pubDate>
<dc:creator>iain401</dc:creator>
<guid isPermaLink="false">1297@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Saghalie,&#60;/p&#62;
&#60;p&#62;Thanks, it works now&#60;/p&#62;
&#60;p&#62;Iain
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1289</link>
<pubDate>Fri, 04 Apr 2008 15:02:14 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">1289@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oh - also, don't forget the () (url .... )&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.beautiful-beginnings.org&#34; rel=&#34;nofollow&#34;&#62;http://www.beautiful-beginnings.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1288</link>
<pubDate>Fri, 04 Apr 2008 14:58:38 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">1288@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;you have:&#60;br /&#62;
                 :#fffff;&#60;br /&#62;
and&#60;br /&#62;
                 :#fff;&#60;/p&#62;
&#60;p&#62;in your code there.  remove the    ;    and you'll be all set.&#60;/p&#62;
&#60;p&#62;(I hope)&#60;/p&#62;
&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.beautiful-beginnings.org&#34; rel=&#34;nofollow&#34;&#62;http://www.beautiful-beginnings.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>iain401 on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1286</link>
<pubDate>Fri, 04 Apr 2008 13:58:36 +0000</pubDate>
<dc:creator>iain401</dc:creator>
<guid isPermaLink="false">1286@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I seem to have got something not right &#60;/p&#62;
&#60;p&#62;body&#60;br /&#62;
{&#60;br /&#62;
	background:#fffff; url &#60;a href=&#34;http://www.worldburnsclub.com/images/16113.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.worldburnsclub.com/images/16113.gif&#60;/a&#62; repeat scroll left top;&#60;br /&#62;
	font-family:&#34;Lucida Grande&#34;, Tahoma, Arial, Verdana, sans-serif;&#60;br /&#62;
	font-size:small;&#60;br /&#62;
	margin:8px 0 16px;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#form_container&#60;br /&#62;
{&#60;br /&#62;
	background:#fff; url &#60;a href=&#34;http://www.worldburnsclub.com/images/16113.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.worldburnsclub.com/images/16113.gif&#60;/a&#62; repeat scroll left top;&#60;br /&#62;
	border:1px solid #ccc;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
	width:640px;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1270</link>
<pubDate>Thu, 03 Apr 2008 16:14:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1270@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;At the beginning of your CSS, search for this block:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body
{
	background:#fffff;
	font-family:&#38;quot;Lucida Grande&#38;quot;, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
}

#form_container
{
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	width:640px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Simply replace those two background properties with your background image properties.&#60;br /&#62;
It should be something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body
{

	font-family:&#38;quot;Lucida Grande&#38;quot;, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
	background:#fff url(http://www.example.com/bg.gif) repeat scroll left top;
}
#form_container
{
	background:#fff url(http://www.example.com/bg.gif) repeat scroll left top;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	width:640px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>iain401 on "Edditing  css to insert background image"</title>
<link>https://www.machform.com/forums/topic/edditing-css-to-insert-background-image#post-1268</link>
<pubDate>Thu, 03 Apr 2008 06:37:35 +0000</pubDate>
<dc:creator>iain401</dc:creator>
<guid isPermaLink="false">1268@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have a repeating background image on my web site pages.  I'd like my form to also have the same background so that just the fields are in white.  How can I edit the css to get this result&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
