SPAW editor module: include image?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
exor

SPAW editor module: include image?

Post by exor »

I'm looking for a WYSISWYG editor which supports the "wrap-around" feature, which allows you to wrap text around an image.
I've now stumbled across SPAW, which seems to work neatly (and fast, unlike the other alternatives), however I'm running into the following problem:
When I try to attach an (already upload in uploads/images/) image, SPAW will display a "Cms" library.
My question is: where is this so called "Cms" library, and what can I do to make it work as expected (to display a list of available images and let the user pick one from the list)?

And if anyone knows if SPAW supports wrap-around and/or knows one that does, feel free to say so as well ;)
exor

Re: SPAW editor module: include image?

Post by exor »

Found it; was hidden in SPAW's config file.

My next question: SPAW doesn't support wrap-around, does anyone know a WYSIWYG editor that does?
Spencer

Re: SPAW editor module: include image?

Post by Spencer »

TimyMCE, does what you want.

However CSS is a better way to achieve your desired effect.

basically:

img {float: left;}

however, you'll want to allocate this to a specific div or you'll end up with all your images floating...

something like.

div.main img {float: left; margin: 10px;}

hope that helps.
Spencer
Locked

Return to “CMSMS Core”