<?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: view.css somehow inactive?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: view.css somehow inactive?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:21:56 +0000</pubDate>

<item>
<title>redityo on "view.css somehow inactive?"</title>
<link>https://www.machform.com/forums/topic/viewcss-somehow-inactive#post-5633</link>
<pubDate>Mon, 27 Apr 2009 16:17:30 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5633@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Bob,&#60;/p&#62;
&#60;p&#62;If you need to change the form logo, you already on the right path. Are you sure your images/logo path is correct ?.  Anyway to line up the choice, try to insert this code to your CSS :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_1 label.choice {
	display:inline ;
	position:relative ;
	margin-left: 0.2em ;
	_top:0.2em;
}

#li_1 input.radio {
	display: inline  !important;
	margin-left: 0.5em !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change the number with your element and can I see your form url ?
&#60;/p&#62;</description>
</item>
<item>
<title>drbobtampa on "view.css somehow inactive?"</title>
<link>https://www.machform.com/forums/topic/viewcss-somehow-inactive#post-5624</link>
<pubDate>Sun, 26 Apr 2009 21:33:39 +0000</pubDate>
<dc:creator>drbobtampa</dc:creator>
<guid isPermaLink="false">5624@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Whoa, howdy!  I got the image for the header by changing the top.png image.  That was obvious, although I am still confused about why my mod did not work.&#60;/p&#62;
&#60;p&#62;Now I am struggling to get the checkboxs and radio button to be UNDER the questions, like this&#60;br /&#62;
1. Question&#60;br /&#62;
choice one   choice 2&#60;br /&#62;
 not along side, like&#60;br /&#62;
1.  Question  choice one   choice two.&#60;br /&#62;
That is, I cannot get the inline and block to work, again by modifying the view.css.  I have read and tried ALL the posts on this.  &#60;/p&#62;
&#60;p&#62;What stupid little thing am I missing?!&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>drbobtampa on "view.css somehow inactive?"</title>
<link>https://www.machform.com/forums/topic/viewcss-somehow-inactive#post-5623</link>
<pubDate>Sun, 26 Apr 2009 19:46:19 +0000</pubDate>
<dc:creator>drbobtampa</dc:creator>
<guid isPermaLink="false">5623@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am going crazy.  I can change index.css and see impact on admin views.  &#60;/p&#62;
&#60;p&#62;However, when I go to /home/myforms/data/form_1/css/view.css&#60;br /&#62;
and edit it, nothing happens with the actual display of form_1&#60;br /&#62;
I can edit it internally with machform or externally with text editor, no effect.&#60;br /&#62;
I can see that the view.css file itself is changed in the folder appropriate to the form.  I make other changes and they too do not seem to have an effect.&#60;/p&#62;
&#60;p&#62;An example of a change I want to make is to have logo at top of form.  Currently I have in the view.css the following code:&#60;br /&#62;
___________________________________&#60;br /&#62;
/**** Logo Section  *****/&#60;br /&#62;
#main_body h1&#60;br /&#62;
{&#60;br /&#62;
	/**background-color:#dedede;**/&#60;br /&#62;
        background-image: url(images/sbGREEN-header-logo640x140.gif);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	height:140px;&#60;br /&#62;
margin:0;&#60;br /&#62;
min-height:0;&#60;br /&#62;
padding:0;&#60;br /&#62;
text-decoration:none;&#60;br /&#62;
text-indent:150px&#60;br /&#62;
}&#60;br /&#62;
_________________________________&#60;br /&#62;
however, this has no effect on the display of the form.  I have read everything I can find in the forum and implemented several changes, but cannot get a header to appear or other features controlled by the view.css to change.  I am clearly not getting view.css to implement or something, but cannot figure out what it is.&#60;/p&#62;
&#60;p&#62;If it helps, here is html of the4 top of the form display section:&#60;br /&#62;
_____________________________________________&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body id=&#34;main_body&#34; &#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;img id=&#34;top&#34; src=&#34;images/top.png&#34; alt=&#34;&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;form_container&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;h1&#38;gt;&#60;a&#62;Dr Bob First Form&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;form id=&#34;form_1&#34; class=&#34;appnitro&#34;  method=&#34;post&#34; action=&#34;#main_body&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;form_description&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;Dr Bob First Form&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;p&#38;gt;This is your form description. Click here to edit.&#38;lt;/p&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;ul &#38;gt;&#60;br /&#62;
________________________________________&#60;/p&#62;
&#60;p&#62;Suggestions welcome.&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>

</channel>
</rss>
