Wednesday 25 July 2007 5:03:38 pm
Hello. I want to let my users add articles to my site. i also let these users to format his article using tinymce editor. i got it working quite good. So, i have a texarea and this textarea can be formatted with tinymce. this content should be stored in a xml block attribute.
I have tested some options and seems to be quite. if i add a table or an urordered list, i can see this list in my xml block attribute. but i can't make it work for images. I mean, if my textarea looks like
<ul>
<li>1</li>
<li>2</li>
</ul>
<img src="../src.jpg" />
only the list is stored in the field, but not the code for the image.... i think it could be a issue related to content.ini, but i can't make it work.
so, is there any way to let the posibilities to let the users insert images in his own contents through tinymce, as they can with list and tables?. Thanks a lot.
|