Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: html editor bug !

Quote Reply
Re: html editor bug ! In reply to
that's correct the includes in some files are especially build for the Links-SQL engine,
you can parse this to replace for exapmle:
<%include editor.js%>

in:

<SCRIPT LANGUAGE='JavaScript1.2' SRC=editor.js'></SCRIPT>

and

<%include editor_style.css%>

to

<LINK REL="stylesheet" HREF="editor_style.css" TYPE="text/css">

(The path to the files should be correct.)

Subject Author Views Date
Thread html editor bug ! TheFox 2901 Jan 30, 2001, 6:17 AM
Thread Re: html editor bug !
ericho 2819 Jan 30, 2001, 6:25 AM
Thread Re: html editor bug !
TheFox 2813 Jan 30, 2001, 7:01 AM
Thread Re: html editor bug !
ericho 2818 Jan 30, 2001, 7:34 AM
Post Re: html editor bug !
TheFox 2814 Jan 30, 2001, 8:20 AM
Thread Re: html editor bug !
Alex 2790 Jan 31, 2001, 1:41 AM
Post Re: html editor bug !
TheFox 2782 Jan 31, 2001, 4:29 AM