When using the meta-theme, all formatting made with Fckeditor (or anything similar) are getting stripped.
This doesn't happen on other themes I've tried.
Is it intended? if yes, how can I make it work for me?
I attached picture with meta-theme and without
| Comment | File | Size | Author |
|---|---|---|---|
| meta_0.JPG | 27.79 KB | andydev |
Comments
Comment #1
andydev commentedI found that if I comment out on pagestyles.css, line 17:
/* * { list-style: none; margin: 0; padding: 0; } */
Then the bulletings show OK.
I don't have much knowledge about CSS, so I would prefer if someone else would confirm this