html - CSS with Kevin Roth's RTE -
i'm trying use css kevin roth's free cross-browser rich text editor.
the docs say:
//usage: initrte(imagespath, includespath, cssfile, genxhtml, enchtml) initrte("./images/", "./", "", true);
however, when include css seems ignored:
initrte("./images/", "./", "style.css", true);
does have real working css file rte use experiment with?
Comments
Post a Comment