Thread
:
Vbulletin WYSIWYG editor question :(
View Single Post
11-23-2005
#
6
(
permalink
)
ParaSnake
Guest
Posts: n/a
action="" is the same as action='' for sure
<div contenteditable> <-- this is work,you could take a try by viewing bioRUST source,even tinyMCE and FCKeditor work with DIV.
Somebody has told me to use innerHTML,hope this work....
ParaSnake