as I'm new in this forum, please let me first of all state, how much I like CMSMS!
I've already seen and tested a lot of CMS systems, but none that fits the different needs of different roles this much and remains easy to use! Great piece of coding!!!

I just stumbled over a bug/feature that cost me a lot of time to find, so I post it here:
Most CSS-editors work better if you use e.g.
Code: Select all
body {
background-image: url("link/to/image.gif");
}
Code: Select all
body {
background-image: url(link/to/image.gif);
}
I hope this information helps someone.
simb