| Monday 12 November 2007 4:54:05 am 
                                                                
                                                                 Hi I'm trying to insert p tags in the online editor (version 4.2.3), inside a table cell (td). I would like the resulting html to look something like this: 
...
<td>
  <p>
   Some text, <a href="http://somesite.somedomain/">a link</a>
  </p>
</td>
...
 OE says that the content I'm editing is inside a p tag: 
<table> <tr> <td> <p> <a>
 But the p tags disappear when the article is published, but the content of the p tags remain. Empty p tags are allowed, but that should not have any influence on p tags with content :) 
[paragraph]
AllowEmpty=true
 P tags outside td tags also works without any problems Bellcom Open Source < http://www.bellcom.dk >, Tel: +45 70 26 00 85eZ Publish, Drupal, SugarCRM
 |