Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

wysiwyg jquery plugin

allows bold,italic

does this allow bullet text

or can it be added
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks

I downloaded fckeditor and ckeditor  folders and linked to them

<textarea name="fck1" cols="50" rows="6"></textarea>
<textarea name="fck2" cols="50" rows="6"></textarea>
<textarea name="fck3" cols="50" rows="6"></textarea>
<script> $(function(){ $('textarea').fck({path: 'FCKEditor'}); }); </script>


also linked to the file in 'head of html'
( i can tell file is linked because I go to 'view source' in firefox and see .js file)

        <script src="ckeditor/jquery.CKEditor.js" type="text/javascript" language="javascript"></script>
<script src="fckeditor/jquery.fCKEditor.js" type="text/javascript" language="javascript"></script>    




but I do not get the fancy formating options
just blank textboxes
Avatar of rgb192

ASKER

works... thanks