Log in

View Full Version : Improving WYSIWYG Editor?


Ejecutor Hanzo
02-12-2008, 10:14 PM
Exists some modification that allows to improve the WYSIWYG Editor? I wanna post information like this:

http://img.godlike.cl/images/improvped.jpg

The current editor prevents aligning the image in this way.

http://www.ddr.cl/foros/ddr-cl-noticias/238-trailers-de-ys-i-ii-ds.html#post6184

I'm using vb 3.6.8
Sorry for my basic english :D.
Thanks for the help!

Ejecutor Hanzo
02-15-2008, 02:27 PM
somebody?

Princeton
02-15-2008, 02:32 PM
you will need to create a bbcode or 2
RFLOAT : <span style="float:right;padding:5px">{param}</span>
LFLOAT : <span style="float:left;padding:5px">{param}</span>

Ejecutor Hanzo
02-15-2008, 03:40 PM
Thanks! I didn't think in a BBCode for realizing this, finally apply this code:

LFLOAT : <span style="float:right;padding:5px"><img src="{param}" /></span>

Greetings!