T O P I C R E V I E W |
JazzcatCB |
Posted - 21 Aug 2005 : 19:12:27 Davide,
I'm having a problem with forms. I have a form container which contains some labels, text fields, and several checkboxes. The problem is that when I export the HTML, the checkboxes do not appear inside of the form. I am certain that the checkboxes are inside the form in Dynamic HTML Editor. I have tried sorting everything, but that did not fix it. How do I get the checkboxes inside the form in the HTML?
Regards, Chris |
4 L A T E S T R E P L I E S (Newest First) |
JazzcatCB |
Posted - 27 Aug 2005 : 05:45:22 Your fix worked. Thanks. |
s.dav |
Posted - 23 Aug 2005 : 08:45:40 The "bring to front" doesn't work because your checkboxes are positioned in relative mode; see the help for this point.
To insert the checkboxes into the form act as follows: - select all the checkboxes - cut them (CTRL+X) - select the form with the mouse - paste them (CTRL+V)
When moving the form all its internal checkboxes should move.
|
JazzcatCB |
Posted - 22 Aug 2005 : 18:10:12 I discovered that the checkboxes are all underneath the form. I tried sending the form to the back, but that did not work. Then I tried selecting a checkbox to bring it to the front, except that the "Bring to Front" tools were all greyed out and disabled for some reason.
I have 18 of these checkboxes, all individually named. They are all relatively positioned. I need them in my form. What should I do? |
s.dav |
Posted - 22 Aug 2005 : 08:37:08 First of all be sure that your checkboxes are in the form; if this is true by moving the form all its internal objects will be moved. To draw a check into a form simply draw the check over the form. Second tip: I suggest you to use relative positioning type for input elements (all form internal objects); this is more compatible. |