 Daniel Guest |
Quote
|
| 2025-11-26 17:36:54 |
|
I inserted a HTML block with script for a table with content. If I preview the table bleeds into the text below. How to prevent this from happening?
|
 serega Registered User |
Quote
|
| 2025-11-26 21:05:52 |
|
Table -- Mouse Right Button -- HTMLcode -- List -- Custom Styles
box-sizing: border-box; position: relative; display: table; width: auto; height: auto; background: none; border-collapse: collapse; table-layout: auto; } & td { padding: 10px; }
you can add or remove something
|
 serega Registered User |
Quote
|
| 2025-11-26 21:07:02 |
|
& -- may delete
|
 niko Moderator |
Quote
|
| 2025-11-27 07:12:24 |
|
You can also just check the box "create div around code" for the HTML code element.
But if it's actually the HTML Code that is showing, then you likely have some syntax problem in your code - maybe forgot closing a tag or similar.
|