Thank you for answering.
I understand the problem of tables in responsive mode.
I used the table to be able to put a color in the background of the article (description)
I am looking to work around this problem.
I created a style in the "custom.css" of the template
.fdblancarticle{
background: #ffffff;
}
Dans l'éditeur de l'évènement en mode html, j'ajoute ce qui suit en gras:
<p></p>
[color=green]<div class="fdblancarticle">[/color]
<h3 style="text-align: center;"><strong><span style="color: #ff0000;">Nous rallumons le four à pain </span></strong></h3>
<p><span style="color: #ff0000;">Précisez si vous souhaitez profiter de la chaleur du four pour cuire vos préparations ....</span></p>
<p> </p>
<p style="text-align: center;"><span style="color: #339966;"> </span></p>
[color=green]</div>[/color]
But the white background does not appear !!!
Merci d'avoir répondu.
Je comprends le problème des tableaux en mode responsive.
J'ai utilisé le tableau pour pouvoir mettre une couleur en fond d'article ( description)
Je cherche à contourner ce problème.
J'ai créer un style dans le "custom.css" du template
.fdblancarticle{
background: #ffffff;
}
Dans l'éditeur de l'évènement en mode html, j'ajoute ce qui suit en gras:
<p></p>
[b]<div class="fdblancarticle">[/b]
<h3 style="text-align: center;"><strong><span style="color: #ff0000;">Nous rallumons le four à pain </span></strong></h3>
<p><span style="color: #ff0000;">Précisez si vous souhaitez profiter de la chaleur du four pour cuire vos préparations ....</span></p>
<p> </p>
<p style="text-align: center;"><span style="color: #339966;"> </span></p>
[b]</div>[/b]
Mais le fond blanc n'apparait pas!!!