<?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: Changing the CSS for the Title Area of the Form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Changing the CSS for the Title Area of the Form</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 02:03:34 +0000</pubDate>

<item>
<title>MarioCipriano on "Changing the CSS for the Title Area of the Form"</title>
<link>https://www.machform.com/forums/topic/changing-the-css-for-the-title-area-of-the-form#post-6079</link>
<pubDate>Wed, 03 Jun 2009 19:48:08 +0000</pubDate>
<dc:creator>MarioCipriano</dc:creator>
<guid isPermaLink="false">6079@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actaully not exactly, I want to center a portion of the title area.&#60;/p&#62;
&#60;p&#62;Tile = Contact US&#60;br /&#62;
Paragraph=Left justified&#60;br /&#62;
Business Owner Name would be centered and in a differnet font.&#60;br /&#62;
Also, why does the software automatly place &#38;lt;br&#38;gt; &#38;lt;/br&#38;gt; between each line in the title area?&#60;/p&#62;
&#60;p&#62;I found a way around my problem using a table at the top to handle the Title Area and omitting that informaiton from the Form.  &#60;/p&#62;
&#60;p&#62;I also ended up using a re-direct for the thankyou page due to the nature of the need to leave extra space for the form area in the event of an error and the error text needing an expanded iframe area to display properly.  &#60;/p&#62;
&#60;p&#62;It a great product, but this was kind of a pain...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tileandgroutrescue.com/Contact.html&#34; rel=&#34;nofollow&#34;&#62;http://tileandgroutrescue.com/Contact.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Changing the CSS for the Title Area of the Form"</title>
<link>https://www.machform.com/forums/topic/changing-the-css-for-the-title-area-of-the-form#post-6069</link>
<pubDate>Wed, 03 Jun 2009 08:47:29 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6069@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Do you mean you want to make title and form description centered ? if it's so try to find these code in your CSS form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .form_description h2
{
	clear:left;
	font-size:160%; /* change the font size */
	font-weight:400; /* change to make it bolder */
	margin:0 0 3px;
}

#main_body .form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change it to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
        text-align:center; /*align to center */
}

#main_body .form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
        text-align:center; /*align to center */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You also can change the &#34;font-size&#34; and &#34;font-weight&#34; value to adjust the font.
&#60;/p&#62;</description>
</item>
<item>
<title>MarioCipriano on "Changing the CSS for the Title Area of the Form"</title>
<link>https://www.machform.com/forums/topic/changing-the-css-for-the-title-area-of-the-form#post-6067</link>
<pubDate>Wed, 03 Jun 2009 02:16:14 +0000</pubDate>
<dc:creator>MarioCipriano</dc:creator>
<guid isPermaLink="false">6067@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have a form that I wish to change a portion of the title are for. I would like to center some of the text in this area.&#60;/p&#62;
&#60;p&#62;For example&#60;br /&#62;
Contact Us&#60;br /&#62;
Paragraph information bla bla bla bla&#60;/p&#62;
&#60;p&#62;I would like to center the below information, change the font and make it bold.&#60;br /&#62;
Company Name -&#38;gt; Center&#60;br /&#62;
Company Owner -&#38;gt; Center&#60;/p&#62;
&#60;p&#62;Can you help me find the CSS that will do this please?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
