• Hi everyone,

    I am using “MCE Table Buttons” extension to create table on my web page.

    When I manually enter a size for cells in a whole column everything seems okay on WYSIWYG editor.

    But the sizes are not respected on the real page when I open it. Some columns are too small tough I manually adjusted their size to bigger values.
    Here you can see the table :
    https://www.salsa-brest.fr/denem/

    Anyone has got any idea why ?

    Do you have another extension to propose to me for tables ?

    I need to visually change colors, size, fonts, without passing by CSS.

Viewing 1 replies (of 1 total)
  • Thread Starter YENIER Nazim

    (@nazimyenier)

    Okay, just forget about it, I found the problem : )

    When I looked at the HTML code, I saw :

    <table style=”width: 757px; height: 830px;” >

    So even if I changed the sizes of the columns individually, since the table had a maximal size, it didn’t work.

    I just deleted the sizes for the table and it works.

    Now I have another problem :
    The alignments are not respected in the real page.
    For example here is my HTML code for the second cell in the first column :
    <td rowspan=”3″ valign=”middle”> LUNDI</td>

    But no center alignment for the text in the page (https://www.salsa-brest.fr/denem/)

    Any idea ?

Viewing 1 replies (of 1 total)
  • The topic ‘Sizing and alignment problem with MCE Table Buttons (Extension)’ is closed to new replies.