Hello.. wow.. you are so fast!!!
Ok, look at this example
——————————————
<style type=”text/css”>
.tg {border:none;border-collapse:collapse;border-color:#aaa;border-spacing:0;margin:0px auto;}
.tg td{background-color:#fff;border-color:#aaa;border-style:solid;border-width:0px;color:#333;
font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:4px 8px;word-break:normal;}
.tg th{background-color:#f38630;border-color:#aaa;border-style:solid;border-width:0px;color:#fff;
font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:4px 8px;word-break:normal;}
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-1kwi{border-color:#ffc702;text-align:center;vertical-align:top}
</style>
<table class=”tg”>
<thead>
<tr>
<th class=”tg-c3ow”>111</th>
<th class=”tg-1kwi”>222</th>
<th class=”tg-c3ow”>333<br>444<br></th>
</tr>
</thead>
</table>`
——————————————
If I copy this code in the Simple Banner Text before saving, everything is ok.
After I save, I have this text:
——————————————
<table class=”tg”><thead> <tr> <th class=”tg-c3ow”>111</th> <th class=”tg-1kwi”>222</th> <th class=”tg-c3ow”>333<br>444<br></th> </tr></thead>
——————————————
Why? with the old version, everything was ok.
What’s the solution? =)
thank you very muchu!!