aha - that was inherited code, and I missed that /FORM tag when I was editing it. I took out the Form tag and missed that...I'm glad it was that easy. I don't know why those tags were in there. It sure fouled me up when I was trying to put several of the fragments and a form on the same page - had the same problem, the Submit button wouldn't work. Thanks, so much. Pam > -----Original Message----- > From: owner-ringlinklist@1-host.com > [mailto:owner-ringlinklist@1-host.com]On Behalf Of Gunnar Hjalmarsson > Sent: Saturday, September 02, 2000 1:35 AM > To: ringlinklist@gunnar.cc > Subject: Re: [ringlinklist] RingLink Questions > > > > Pamster wrote: > > > > why can't I save my edits on the Ring Customization - HTML code > > page? I was able to do it earlier today, but not now - none of the > > buttons work... > > That page includes a form that begins before the textarea field and ends > (i.e. with the </form> tag) after the buttons. You had included a > redundant </FORM> tag in the code, and when the browser read the </FORM> > tag when displaying the fragment, the form was closed too soon, and the > buttons were put outside it. That's why the buttons didn't work. > > I edited the file where your HTML code settings are saved, so now it > works again. (I just surrounded the </FORM> tag with <!-- and -->, so > you can see what caused the problem.) > > This made me ask myself if there might be ringmasters who really want to > include forms in their code. If someone would do that in the customized > code, it wouldn't work. > > Is there a need to change the program code in order to allow forms in > the customized HTML code? > > / Gunnar