Hi,
We have created a new Broadcast using the source panel of the html editor (copy / Paste from Dreamweaver).
We did a first sending test and everything was fine.
After the first sending test we wanted to make some change to the code but this one was altered like :
<table class="table-inner" width="600" style="max-width: 600px;" border="0" align="center" cellpadding="0" cellspacing="0">
changed in
<table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" style="max-width: 600px;" width="600">
or
<!--title-->
<tr>
<td data-color="Title" mc:edit="main-8-48" align="center" style="font-family: "Open sans", Arial, sans-serif; color: rgb(74, 74, 74); font-size: 20px; font-weight: bold;">
<singleline label="title">Nous reprenons aussi votre contrat actuel sans tracas pour vous...</singleline>
</td>
</tr>
<!--end title-->
Changed in
<!--title-->
<tr>
<td align="center" data-color="Title" mc:edit="main-8-48" open="" sans="" style="font-family: "><singleline label="title">Nous reprenons aussi votre contrat actuel sans tracas pour vous...</singleline></td>
</tr>
<!--end title-->
And of course the second test was not conform with colors problems
Am i doing something wrong or is it a bug ?
Best regards
Frédéric
We have created a new Broadcast using the source panel of the html editor (copy / Paste from Dreamweaver).
We did a first sending test and everything was fine.
After the first sending test we wanted to make some change to the code but this one was altered like :
<table class="table-inner" width="600" style="max-width: 600px;" border="0" align="center" cellpadding="0" cellspacing="0">
changed in
<table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" style="max-width: 600px;" width="600">
or
<!--title-->
<tr>
<td data-color="Title" mc:edit="main-8-48" align="center" style="font-family: "Open sans", Arial, sans-serif; color: rgb(74, 74, 74); font-size: 20px; font-weight: bold;">
<singleline label="title">Nous reprenons aussi votre contrat actuel sans tracas pour vous...</singleline>
</td>
</tr>
<!--end title-->
Changed in
<!--title-->
<tr>
<td align="center" data-color="Title" mc:edit="main-8-48" open="" sans="" style="font-family: "><singleline label="title">Nous reprenons aussi votre contrat actuel sans tracas pour vous...</singleline></td>
</tr>
<!--end title-->
And of course the second test was not conform with colors problems
Am i doing something wrong or is it a bug ?
Best regards
Frédéric