I try to understand how can i use the rte in my form page.
1. I have, in each page, two files that i include at the top and the bottom of the page; on is header.asp and the other is footer.asp.
In header.asp I open the tag <body>.
If I insert the onload funcions here, i have some problems in the page that don't use RTE; hoq can I resolve this?
2. my form is ENCTYPE="multipart/form-data", and if keep this instruction and click on preview buttom on the toolbar, nothing compare. Why? Is it possible have ENCTYPE="multipart/form-data" with RTE?
I use this forum for upload image too.