All Tags »
Specifying Style sheet for edit area.
Sorry, but there are no more tags available to filter with.
-
The web app that includes Cute Editor (for PHP) lets a user specify templates for use with the edit area (textarea . iframe).
So the app does not know the styles, but retrieves a style sheet from database (where it is saved along with few other goodies).
The app reads this style sheet and writes out a file style.css which is then passed ...