By PePiToO on
On my edit page, if i press enter, drupal create another paragraph wich go to a new line.
But on the preview page,and if i press submit the paragraph is not created, there is just a space, no new line.
So i have to edit the html code and add a </br>or<p></p> to make it works.I don't understand...
Comments
input type
Check your input Type and Filters - you might have set them up in a conflicting fashion.
ho
Ho it works normally but when i input a picture, if i add a line under this picture, it appears on the right side of it.I'm not so good in english so i 'm gonna try to "draw" something :
On the editor :
-------| ->This represent the picture ... xD
-------|
blablabla
On the preview :
-------|blablabla
-------|
I need to do this for make it work ( i guess i got to jump the height of the picture ) :
On the editor :
-------|
-------|
blablabla
On the preview :
-------|
-------|
blablabla
This is really not a problem for me but for the other users, it will be very hard for them to understand.
Sorry for this explanation but this is the only way i can explain it.
I'm using TinyMCE editor with drupalimage...
Thank for any explanation you have or question if you don't understand the problem.