Parent Directory
|
Revision Log
|
Revision Graph
#347481 by jchan: Porting css.module to Drupal 6.x
| 1 | // $Id: README.txt,v 1.2.4.1 2008/11/02 16:19:36 fax8 Exp $ |
| 2 | |
| 3 | CSS MODULE |
| 4 | ----- |
| 5 | |
| 6 | The CSS module adds, for users with enough permissions and enabled nodes, a CSS field on the node creation page. |
| 7 | |
| 8 | Users might insert CSS rules in the CSS node field and those rules will be parsed on the node viewing. |
| 9 | This way CSS experienced users might create complex CSS based designs for nodes contents. |
| 10 | |
| 11 | IMPORTANT: note that the CSS editing permissions should be given only to trusted users (administrators). Malicious users which have this permission might broke your site design and also introduce security issues (XSS). |
| 12 | |
| 13 | |
| 14 | For installation instructions see INSTALL.txt |
| 15 | |
| 16 | |
| 17 | Please send comments to: |
| 18 | Fabio Varesano: fvaresano at yahoo dot it |
| 19 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |