WebSite X5Help Center

2 RéPONSES - 2 UTILE
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

The code for the table works with the ZIP file and also when I copy the table code from the website and paste it into an HTML object on my test page.

Delete the old HTML object, drag a new HTML object into the grid and insert the table code.

If that doesn't work, then the moderators or Incomedia employees would have to help.

Lire plus
Posté le de Daniel W.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

… (It > En)  ... you made a mistake pasting the code…
... has two selectors with the same ID (#imCell_3) embedded one inside the other, this cannot happen with the program...!...
... basically, right now, you have a div that inhibits the table...
... so there are two solutions:
1) ... or use the table code correctly in an html code object, which is the preferred solution;
2) ... or, leaving things as they are now, use this EXTRA code to immediately reactivate the table:
<style> #imCellStyleGraphics_3 {display:none !important} </style>

.

ciao

-----------------------------------

p.s.: of your ZIP file in an html code object you only need to use:
the <style>***</style> TAG and the <table>***</table> TAG...

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪