<?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: Differently Styled Sections</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Differently Styled Sections</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 03:08:55 +0000</pubDate>

<item>
<title>yuniar on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11057</link>
<pubDate>Tue, 14 Dec 2010 09:46:53 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11057@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try to edit this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body  form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;put a little padding on the left, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body  form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
        padding-left: 1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you can add more as needed.
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11052</link>
<pubDate>Mon, 13 Dec 2010 23:36:27 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11052@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yeah you're right! It must have been the cache. One more detail, there is still more padding on the right side of the form (when all error messages are on) then on the left. How can I make the padding even for the areas to the right and left of the red error blocks?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11039</link>
<pubDate>Sat, 11 Dec 2010 12:33:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11039@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try to delete your browser cache. It seems your browser still loading the old CSS file from the cache.&#60;/p&#62;
&#60;p&#62;I tried your form and it looks good now.
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11032</link>
<pubDate>Sat, 11 Dec 2010 00:16:09 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11032@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, this is the image: &#60;a href=&#34;http://img.photobucket.com/albums/v12/totheleftside/Screenshot2010-12-10at120941PM.png&#34; rel=&#34;nofollow&#34;&#62;http://img.photobucket.com/albums/v12/totheleftside/Screenshot2010-12-10at120941PM.png&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11031</link>
<pubDate>Sat, 11 Dec 2010 00:14:43 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11031@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'll show you the error message: the red doesn't span completely to the right of the form in the e-mail field. like it does on all the other inputs. Also, there is still a small space to the left of the divider after I used your code suggestion.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://smg.photobucket.com/albums/v12/totheleftside/&#34; rel=&#34;nofollow&#34;&#62;http://smg.photobucket.com/albums/v12/totheleftside/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11030</link>
<pubDate>Fri, 10 Dec 2010 20:40:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11030@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try changing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li.section_break
{
	border-top:5px solid #FFFFFF;
	margin-top:9px;
        margin-left:0px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:98% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li.section_break
{
	border-top:5px solid #FFFFFF;
	margin-top:9px;
        margin-left:-7px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:99% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Error message padding:&#60;br /&#62;
I'm not quite sure about this. It seems fine from here? the space seems even. can you send me a screenshot please?&#60;/p&#62;
&#60;p&#62;Email error padding:&#60;br /&#62;
Try changing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_2{
  float: left;
   width: 45%;

 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_2{
  float: left;
   width: 50%;

 }&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>skyblue on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11022</link>
<pubDate>Fri, 10 Dec 2010 04:53:55 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11022@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yuniar!&#60;br /&#62;
I found out how to make it look similar. There is an issue with padding, (i think?) with the section divider border. There is no space to the right of the section divider which is what I want, However on the left side of the white section divider there is a small space. How do I get rid of it?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.erindavidson.ca/newhgym/weightlossclinic.html&#34; rel=&#34;nofollow&#34;&#62;http://www.erindavidson.ca/newhgym/weightlossclinic.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form: &#60;a href=&#34;http://erindavidson.ca/machform/view.php?id=2&#34; title=&#34;&#34;&#62;click here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ALSO:&#60;/p&#62;
&#60;p&#62;Error message padding:&#60;/p&#62;
&#60;p&#62;When clicking submit button for the error messages, There is more space to the right of the big red bars than is on the left. How do I make it even, or is there way to make the red bar span the entire width of the container so there isn't padding to the left and right of it?&#60;/p&#62;
&#60;p&#62;E-mail error block padding:&#60;br /&#62;
How do I remove the extra blank space that shows up to the right of the e-mail input when an error message occurs?&#60;/p&#62;
&#60;p&#62;Almost, done, I'm loving this software!!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11020</link>
<pubDate>Thu, 09 Dec 2010 17:30:14 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11020@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm afraid it won't be possible to have it exactly like that. However, you can set the background color of each fields and then set a padding for each section break field.&#60;/p&#62;
&#60;p&#62;I think it would be pretty close.
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "Differently Styled Sections"</title>
<link>https://www.machform.com/forums/topic/differently-styled-sections#post-11014</link>
<pubDate>Thu, 09 Dec 2010 05:27:13 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11014@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I would like to know if its possible to split up certain sections and style them differently?&#60;br /&#62;
I've attached an image of what I'd like to achieve. I know I can achieve this through CSS but since I don't have access to the php or HTML file, I'm not sure how to target these areas differently?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://erindavidson.ca/images/screenshot.png&#34; rel=&#34;nofollow&#34;&#62;http://erindavidson.ca/images/screenshot.png&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
