Forums / General / OE for 3.6.0: prevent insert of <p>-tag inside <td>-tag
Patrick Kaiser
Thursday 04 August 2005 6:49:11 am
hi,
i have a problem with the Online Editor i just bought for my site. its the newest version and i'm running ez 3.6.0. when i create a table using the OE and firefox (1.0.6) a <p>-tag is inserted arround the content in every cell. as the result the tables look just terrible, because there is a big margin between each row.
is there a way of disabling the insert of <p>-tags inside a table?
any help on this would be highly appreciated since my customers getting kind of impatient right now...
Best regards, Patrick
David Eriksson
Thursday 04 August 2005 6:53:14 am
A quick (half-dirty) fix would be to add some CSS.
td p { display: inline; }
You might want to use a class or something, or you might end up breaking the rest of your site. ;)
/David