This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Fields on one line - Problem
Started 16 years ago by webcommerce | 3 posts |
-
1. I inadvertantly deleted a form. Now, when I checked the list (of forms) they are numbered 1,2,3 but the css files are numbered 2,3,4. That is, they don't correspond to the form number.
Is this how they are supposed to work?
2. In the deleted form I was able to adjust fields adjacent on the same line. When the form was viewed, the revision showed on the form.
Now, when I use the same code in the CSS file, the view form shows no change.
Is this anything to do with the variance in form/css numbering?
Other reason?Here is the appended code:
#li_4{
float:left;
width 35%;
clear:both;
}
#li_5{
width:55%;
float:left;
}
#li_6{
clear:both;
}li_4 is date field, li_5 is time field, li_6 is number field.
I don't know if this is significant?
Ron S
Posted 16 years ago # -
Correction -
#li_4{
float:left;
width:35%;
clear:both;
}
#li_5{
width:55%;
float:left;
}
#li_6{
clear:both;
}I missed colon in li_4.
It is correct in the CSS code.Posted 16 years ago # -
1) Yes, that's the way it work.
2) So you are creating a new form? Make sure to re-check the element id on your new form, it might be changed.
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.