Page 1 of 1

SPAW editor module: include image?

Posted: Wed Mar 01, 2006 11:53 am
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 ;)

Re: SPAW editor module: include image?

Posted: Fri Mar 03, 2006 12:59 pm
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?

Re: SPAW editor module: include image?

Posted: Mon Mar 13, 2006 12:51 pm
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