You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there an option to prevent inlining on parts or areas of the document?
e.g.:
<table class="my-table-apply-inline-styles-here">
<tr>
<td class="my-td-apply-inline-styles-here-too">
<!-- don't inline this -->
<h1>Some Headline</h1>
<p>Some Text<br>and some more Text</p>
<p>...</p>
<!-- from here on do inlining again -->
</td>
</tr>
</table>
thanks,
Ralf
The text was updated successfully, but these errors were encountered:
Hi everyone,
is there an option to prevent inlining on parts or areas of the document?
e.g.:
thanks,
Ralf
The text was updated successfully, but these errors were encountered: