<?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: CSS - Glueing a center image</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: CSS - Glueing a center image</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:06:25 +0000</pubDate>

<item>
<title>yuniar on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9066</link>
<pubDate>Fri, 26 Mar 2010 17:31:04 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">9066@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, the code I posted above is the &#34;malformed&#34; one, which you currently have. You need to fix it to be the same as the other form.&#60;/p&#62;
&#60;p&#62;Anyway, if you need my help, please send me the login to your machform and I'll fix it.
&#60;/p&#62;</description>
</item>
<item>
<title>djones on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9050</link>
<pubDate>Thu, 25 Mar 2010 12:49:55 +0000</pubDate>
<dc:creator>djones</dc:creator>
<guid isPermaLink="false">9050@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Was unable to get the gradient working.  Changed background to black at this time.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9047</link>
<pubDate>Thu, 25 Mar 2010 08:30:45 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">9047@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Go back to your first code and after background-image: url(&#34;/images/sky.jpg&#34;);&#60;/p&#62;
&#60;p&#62;Change it to background-image: url(&#34;/images/sky.jpg&#34;) !important;&#60;/p&#62;
&#60;p&#62;See if that works.  I'm not sure if it will, but give it a try.  To me, it seems that the Background: and background-image: cancel each other out and you will ONLY see one image. (/shrug)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>djones on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9032</link>
<pubDate>Tue, 23 Mar 2010 19:54:40 +0000</pubDate>
<dc:creator>djones</dc:creator>
<guid isPermaLink="false">9032@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Tried that... still no background showing.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9026</link>
<pubDate>Tue, 23 Mar 2010 14:33:46 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">9026@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, the CSS on your first form doesn't have the same code. It seems to be malformed:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body
{

        background-image: url(&#38;quot;http://computerhelpamerica.com/images/gradv5.gif&#38;quot;)repeat-x;
        font-family:&#38;quot;Lucida Grande&#38;quot;, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I think you'll need to fix the first and second line.
&#60;/p&#62;</description>
</item>
<item>
<title>djones on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9006</link>
<pubDate>Mon, 22 Mar 2010 20:50:08 +0000</pubDate>
<dc:creator>djones</dc:creator>
<guid isPermaLink="false">9006@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar, &#60;/p&#62;
&#60;p&#62;I tried the full path and it is still not working.  I have another peculiar issue.&#60;br /&#62;
The CSS for the following (2) links are identical.  One renders the background and the other does not????&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.computerhelpamerica.com/machform/view.php?id=17&#34; rel=&#34;nofollow&#34;&#62;http://www.computerhelpamerica.com/machform/view.php?id=17&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.computerhelpamerica.com/machform/view.php?id=34&#34; rel=&#34;nofollow&#34;&#62;http://www.computerhelpamerica.com/machform/view.php?id=34&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;'#main_body&#60;br /&#62;
{&#60;/p&#62;
&#60;p&#62;        background-image: url(&#34;http://computerhelpamerica.com/images/gradv5.gif&#34;);&#60;br /&#62;
        background-repeat: repeat-x;&#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;</description>
</item>
<item>
<title>himpress on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9005</link>
<pubDate>Mon, 22 Mar 2010 12:49:04 +0000</pubDate>
<dc:creator>himpress</dc:creator>
<guid isPermaLink="false">9005@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;OK will try tomorrow I'm off to bed thanks for being so fast on response&#60;/p&#62;
&#60;p&#62;Jay&#60;/p&#62;
&#60;p&#62;PS Like other users I really think you deliver a great product.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-9004</link>
<pubDate>Mon, 22 Mar 2010 12:23:15 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">9004@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try use full path for your background image path.&#60;/p&#62;
&#60;p&#62;Something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;background: #73ADD7 url(&#38;quot;http://www.example.com/images/gradient.gif&#38;quot;) repeat-x;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>djones on "CSS - Glueing a center image"</title>
<link>https://www.machform.com/forums/topic/css-glueing-a-center-image#post-8982</link>
<pubDate>Mon, 22 Mar 2010 02:17:08 +0000</pubDate>
<dc:creator>djones</dc:creator>
<guid isPermaLink="false">8982@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am trying to add custom CSS.  Place image in the center and wrap with a gradient.  Here is my code. I believe the background gradient needs to be placed into a different class or ID.  I tried to find it without sucess using Firefox web developer tools. The center image does show however the gradient does not. Please advise&#60;/p&#62;
&#60;p&#62;#main_body&#60;br /&#62;
{&#60;br /&#62;
        background: #73ADD7 url(&#34;/images/gradient.gif&#34;)    repeat-x;&#60;br /&#62;
        background-color: transparent;&#60;br /&#62;
        background-image: url(&#34;/images/sky.jpg&#34;);&#60;br /&#62;
        background-repeat: no-repeat;&#60;br /&#62;
        background-attachment: scroll;&#60;br /&#62;
        background-position: center 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;</description>
</item>

</channel>
</rss>
