Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Checkboxes not in form in HTML

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000