Hi All,
I am kinda stumped and kinda frustrated with this editor now... I am trying to make a news article on the front page but it comes out wrong every time. In the TinyMCE I added the image and set it to right, it looks fine in the editor but when it gets placed on the front page the formatting is completely wrong. I have tried setting it to html and php but nothing. I then tried a table. I created 1 row and 2 columns, placing the image in the right cell and the news article in the left. This looks perfect in the editor but when I view the front page the formatting is all messed up. Basically I want the following :
+=========================================+
|Text must start from here | |
|and continue here | |
| | |
| | IMAGE |
| | |
| | |
| | |
+=========================================+
I get :
+=========================================+
| | |
| | |
| | |
| | IMAGE |
| | |
| | |
| | |
| |-------------------------- |
|Text must not start from | |
|here and must not | |
|continue from here | |
| | |
| | |
+=========================================+
I am at a loss with this. This is supposed to be a WYSIWYG editor. I can edit it the way I want it to be but I cannot get it to show the way I want to.
Any ideas why this is not right :\
Thanks in advance.
Davin.
Comments
And this also apparently
And this also apparently doesn't work the way it should :<
Look at your raw html on
Look at your raw html on your front page and see what tags are missing. If you do a search for those tags and tinymce you'll probably find an answer. It's a bit tricky to set up but it works pretty well once it is. Some of the newer versions need patches to work with certain drupal versions also, so look for that.