Hi everyone,

I have a question about creating tables. Anybody know a good module for creating proper tables? I have TinyMCE installed on my drupal site and I have my theme completed, and everything is working correctly, except for ONE little thing. I am trying to create a table with product information by copying my table from dreamweaver, and pasting it with "Full HTML". The table works, however, in my table there are hidden fields, which take up lots of room. When I view the table after clicking preview, the table rows are huge, like they would be if the hidden info was displayed, but it's not. Does this make sense? Can anyone help me out here? Thanks a bunch!

Comments

anphil’s picture

Nevermind, just changed the input type to full PHP and it works perfectly.

gpk’s picture

If you don't actually want to be using the PHP input format all the time then this is what the README.txt has to say:

CAVEATS
********************************************************************
By default, Drupal uses the 'Filtered HTML' input format for adding
content to the site and this can create conflicts with TinyMCE. It's
best when using this editor to use an input format that has all
filters disabled. What I usually do is create an input format called
'Rich-text editing' and set that as the default format for roles which
use TinyMCE exclusively. To modify your input formats go to:

Administer > input formats > configure > configure filters

(see http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/tinymce/REA...)

gpk
----
www.alexoria.co.uk

anphil’s picture

hey thanks a lot! Will look into that!