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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -