Hi all,
I have implemented the ckeditor via code and it gets populated from the associated textarea field, except that for some reason the properly formatted <li>sometext</li> list tags do not get picked up by ckeditor 3.
Anybody have a fix?
cheer,
Robert
I have implemented the ckeditor via code and it gets populated from the associated textarea field, except that for some reason the properly formatted <li>sometext</li> list tags do not get picked up by ckeditor 3.
Anybody have a fix?
cheer,
Robert
Solved: missing <li> tags!?
oops, when I said "properly formatted" I really meant properly closed, as the list items did not appear in a <ul> block.
Ok, so adding the <ul> wrapper shows the lists, seems that standard html still show list tags without the <ul> wrap but ckeditor does not.
Ah well, will have to add/remove the wrapper during editing