Take a look at your input format configuration first. (Admin->Site Configuration->Input formats) Configure the filtered html input format.
If you look at the configure tab, you likely have filtered html set to escape all tags, and that table tags are not listed in the "Allowable HTML tags" field. Be sure to list all tags you want to pass through.
I might also recommend changing this to "Strip disallowed" rather than "Escape all tags".
Hope this helps.
Dave
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Chris McGinlay Sent: Wednesday, September 19, 2007 3:14 PM To: support@drupal.org Subject: Re: [support] HTML filter and <table> tags
On Wednesday 19 September 2007 21:05, Metzler, David wrote:
Couldn't help but notice that not all your pages are affected.
2001 Tall Ships Leg2 looks bad. 2003 St. Andrew's looks good.
So it seems like something in the editing process. My bet is some
kind
of check_plain being executed in the code somewhere. But are the
tables
really related to image_assist in some way? Are the pieces of content all using the same input format?
I can't think of a reason that image_assist would affect tables.
Also, are you using a wysiwyg html editor, or are you hand editing the content.
Dave
Thanks Dave, the ones that look good (as you pointed out above) actually have input format set to Full HTML, which is not what I want. The content <table> and related tags are hand edited, no WYSIWYG on that site. Only auto generated code was from img_assist.
Disabling img_assist (just tried that) makes no difference. Sigh. Looks like I will have to try to recreate the problem on a fresh test installation.
Chris