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