<?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: 3 or more fields on same line</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: 3 or more fields on same line</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 04:36:57 +0000</pubDate>

<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2305</link>
<pubDate>Wed, 09 Jul 2008 14:45:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2305@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;great!
&#60;/p&#62;</description>
</item>
<item>
<title>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2298</link>
<pubDate>Wed, 09 Jul 2008 14:25:24 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2298@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yuniar, by changing the width of the affected form it finally works!&#60;br /&#62;
the original code was&#60;br /&#62;
#li_5{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;it change to&#60;br /&#62;
#li_5{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 24%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 38%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;the total width now is 92% it was 95%.&#60;/p&#62;
&#60;p&#62;thanks for your great support!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2296</link>
<pubDate>Wed, 09 Jul 2008 12:58:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2296@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. if you checked the direct link to your form:&#60;br /&#62;
&#60;a href=&#34;http://eastwoodcompanies.com/formca_tec/embed.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://eastwoodcompanies.com/formca_tec/embed.php?id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it shows the correct three fields on single line.&#60;/p&#62;
&#60;p&#62;but got messed up when embedded on:&#60;br /&#62;
&#60;a href=&#34;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#34; rel=&#34;nofollow&#34;&#62;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;perhaps you should try to make the width of those fields to be smaller, try 25% instead of 30%.&#60;/p&#62;
&#60;p&#62;Or perhaps can I login to your MachForm to fix this?&#60;/p&#62;
&#60;p&#62;Please let me know the detail by opening a request here:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/support/index.php?pg=request&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/support/index.php?pg=request&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2277</link>
<pubDate>Tue, 08 Jul 2008 03:27:22 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2277@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yuniar, thanks for you post, i added code you suggest but still no success.&#60;br /&#62;
Now if you look at my sample on person1 and person 2 here&#60;br /&#62;
&#60;a href=&#34;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#34; rel=&#34;nofollow&#34;&#62;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;only Name - Phone - Email should be on the same line&#60;br /&#62;
Concerned about weight - Concerned about diabetes should be below.&#60;/p&#62;
&#60;p&#62;now part of the css code is&#60;br /&#62;
#li_1{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_2{&#60;br /&#62;
	width: 55%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_5{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_25{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_28{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_10{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_11{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_12{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_27{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_26{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;it shouldnt behave this way, please take a look sample again&#60;/p&#62;
&#60;p&#62;many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2274</link>
<pubDate>Mon, 07 Jul 2008 18:39:49 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2274@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;expat -- sorry! you're right, it should be the first field on the line.&#60;/p&#62;
&#60;p&#62;walags -- can you paste the URL of your form?&#60;/p&#62;
&#60;p&#62;or you can use this form and submit there: &#60;a href=&#34;http://www.appnitro.com/support/index.php?pg=request&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/support/index.php?pg=request&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>walags on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2267</link>
<pubDate>Sun, 06 Jul 2008 07:19:01 +0000</pubDate>
<dc:creator>walags</dc:creator>
<guid isPermaLink="false">2267@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;does anyone have an issue with firefox3 and fields on the same line? i have checkboxes in my form. everything is fine in IE but in ff3 the fields can not be selected.
&#60;/p&#62;</description>
</item>
<item>
<title>expat on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2264</link>
<pubDate>Sat, 05 Jul 2008 21:58:58 +0000</pubDate>
<dc:creator>expat</dc:creator>
<guid isPermaLink="false">2264@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;maybe u mean, the first field on the line should have the clear: both; ;)&#60;/p&#62;
&#60;p&#62;rather than the first field of the form !!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2263</link>
<pubDate>Sat, 05 Jul 2008 21:13:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2263@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;For Person2, the CSS should be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_10{
float: left;
width: 30%;
clear: both;
}

#li_11{
float: left;
width: 30%;
}

#li_12{
float: left;
width: 35%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For Person3, the CSS should be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_14{
float: left;
width: 30%;
clear: both;
}

#li_15{
float: left;
width: 30%;
}

#li_16{
float: left;
width: 35%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
and so on for the others.&#60;/p&#62;
&#60;p&#62;I hope I'm being clear for you.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2262</link>
<pubDate>Sat, 05 Jul 2008 21:09:42 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2262@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'll take a sample with Person1 fields.&#60;br /&#62;
The CSS should be like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_5{
float: left;
width: 30%;
clear: both;
}

#li_7{
float: left;
width: 30%;
}

#li_6{
float: left;
width: 35%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
I think you forgot to add &#60;code&#62;float: left&#60;/code&#62; to li_7 and li_6.
&#60;/p&#62;</description>
</item>
<item>
<title>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2259</link>
<pubDate>Sat, 05 Jul 2008 19:18:59 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2259@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;any solution for this? many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2255</link>
<pubDate>Fri, 04 Jul 2008 15:15:17 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2255@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Even I add clear: both; on the first field still no success&#60;br /&#62;
Please take a look at my form&#60;br /&#62;
&#60;a href=&#34;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#34; rel=&#34;nofollow&#34;&#62;http://eastwoodcompanies.com/enshop/index.php?main_page=page&#38;#38;id=41&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I add the following css code&#60;br /&#62;
#li_1{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_2{&#60;br /&#62;
	width: 55%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_5{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;/p&#62;
&#60;p&#62;width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_25{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_28{&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_10{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_11{&#60;br /&#62;
	width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_12{&#60;br /&#62;
	width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_27{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_26{&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_14{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_15{&#60;br /&#62;
	width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_16{&#60;br /&#62;
	width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_29{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_30{&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_18{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_19{&#60;br /&#62;
	width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_20{&#60;br /&#62;
	width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_32{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_31{&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_22{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_23{&#60;br /&#62;
	width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_24{&#60;br /&#62;
	width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_34{&#60;br /&#62;
	float: left;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	width: 40%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_33{&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2245</link>
<pubDate>Thu, 03 Jul 2008 17:01:16 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2245@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;clear: both;&#60;/code&#62; should be used for the first field only.&#60;/p&#62;
&#60;p&#62;So if li_5 is the first field, remove &#60;code&#62;clear: both;&#60;/code&#62; from the others.
&#60;/p&#62;</description>
</item>
<item>
<title>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2241</link>
<pubDate>Thu, 03 Jul 2008 09:44:16 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2241@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;this css code still not solve my problem&#60;/p&#62;
&#60;p&#62;#li_5{&#60;br /&#62;
float: left;&#60;br /&#62;
width: 30%;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
width: 30%;&#60;br /&#62;
float: left;&#60;br /&#62;
clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;br /&#62;
float: left;&#60;br /&#62;
clear: both;&#60;br /&#62;
width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;do you know any other methods? I just need to align my  fields on the same line. i guess it shouldn't be too hard, but can't seem to find it working.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2240</link>
<pubDate>Thu, 03 Jul 2008 08:31:08 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">2240@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It is possible; you will need to adjust the width for each field. Make sure that the total width combined doesn't exceed 100%.&#60;/p&#62;
&#60;p&#62;Also, add &#34;float: left;&#34; for each field.&#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>hang-koocho on "3 or more fields on same line"</title>
<link>https://www.machform.com/forums/topic/3-or-more-fields-on-same-line#post-2238</link>
<pubDate>Thu, 03 Jul 2008 01:40:54 +0000</pubDate>
<dc:creator>hang-koocho</dc:creator>
<guid isPermaLink="false">2238@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;is there a way to display 3 or more fields on the same line? I added following css code,&#60;br /&#62;
#li_5{&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 30%;&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_7{&#60;br /&#62;
	width: 30%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_6{&#60;br /&#62;
	width: 35%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;first and second one display side by side, but not the last one.&#60;br /&#62;
Please share your soltion to it. thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
