Some content disappears inside grid

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
KaiMartinsen
 
 
Posts: 30
Joined: Tue Nov 29, 2022 11:53 am

Some content disappears inside grid

Post by KaiMartinsen »

Hi.

When using my self-made extension which has a table, the content of the table disappears when placed inside a layout grid.

I tried using the same code in the HTML object instead, but I got the same result.

What am I doing wrong?

Image
Image


The HTML of the HTML object:

Code: Select all

<table style="background: #E0FFFF; width: 100%; height: 100%; text-align: center; vertical-align: middle;">
  <tbody><tr>
    <td>
<font size="">🔵</font>
<br>
<font face="Arial Narrow" size=""><b>Tematittel</b></font>
</td>
  </tr>
</tbody></table>
Thank you in advance.

- Kai
User avatar
crispy68
 
 
Posts: 2833
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Some content disappears inside grid

Post by crispy68 »

You need to set a font size in your code. A grid sets this zero (or 1) so there is no height given to the grid.
KaiMartinsen
 
 
Posts: 30
Joined: Tue Nov 29, 2022 11:53 am

Re: Some content disappears inside grid

Post by KaiMartinsen »

Crispy, thank you so much! :)

Problem fixed!

- Kai
Post Reply