J
|
Jane 3/23/2009 |
Hi, |
|
501343 3/23/2009 |
Thanks, Jane. That code is below. I don't see what I would change to tell Innovaeditor where the test.css stylesheet is located. |
|
501344 3/23/2009 |
Jane? Anyone? Sergey? |
J
|
Jane 3/24/2009 |
Hi, if UseRTE(field, strTableName) then value = RTESafe(value) ... |
|
501345 3/24/2009 |
Thanks, Jane. I located that code, but where do I add the line to link to the style sheet? I obviously don't know much about ASP. Sorry to be such a dunderhead... if UseRTE(field, strTableName) then |
J
|
Jane 3/25/2009 |
Hi, response.Write "var oEdit" & cfieldname & " = new InnovaEditor(""oEdit" & cfieldname & """);" response.Write "oEdit" & cfieldname & ".css = ""style/test.css"";" response.Write "oEdit" & cfieldname & ".REPLACE(""txtContent"");" |
|
501346 3/25/2009 |
YES!!!! It works! response.Write "oEdit" & cfieldname & ".css = ""style/test.css"";"
|