Signature not displayed correctly
-
When setting an html signature for for an email account, the signature is displayed correctly in preview, but broken in an actual email.
-
Can you:
-
post a redacted screenshot and highlight the observed corruption?
-
the HTML that is being corrupted?
-
-
I managed to simplify it a little bit, but it is still not interpreted correctly like it is in the preview.
<div style="padding-bottom:5px;">
<span>Mit freundlichen Grüßen</span>
</div>
<div style="padding-bottom:5px;">
<span>Vorname Nachname</span>
</div>
<div style="font-size:0.9em;border-top:1px solid #00364a;min-width:250px;margin-top:5px;padding-top:14px"/><table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align:top">
<img alt="" src="https://230111c5g5lgbcewq2u.nextcloud.hosting.zone/s/CmdeKyz2owNFXWj/download/Logo CE_8.png" width="49" height="60" style="max-width:60px;max-height:60px;margin-right:10px">
</td>
<td>
<div>Vorname Nachname</div>
<div style="font-size:0.9em;border-top:1px solid #00364a;min-width:250px;max-width:300px;margin-top:4px;padding-top:4px">
<a style="color:#00364a" href="mailto:[email protected]">[email protected]</a>
</div>
</td>
</tr>
</tbody>
</table> -
Issue is reproducible. Consider raising as bug here Report a Bug | Vivaldi Browser and then post VB reference here.
In the meantime use the following HTML; it is exactly what you posted earlier but as a single line.
<div style="padding-bottom:5px;"> <span>Mit freundlichen Grüßen</span> </div> <div style="padding-bottom:5px;"> <span>Vorname Nachname</span> </div> <div style="font-size:0.9em;border-top:1px solid #00364a;min-width:250px;margin-top:5px;padding-top:14px"/> <table cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="vertical-align:top"> <img alt="" src="https://230111c5g5lgbcewq2u.nextcloud.hosting.zone/s/CmdeKyz2owNFXWj/download/Logo CE_8.png" width="49" height="60" style="max-width:60px;max-height:60px;margin-right:10px"> </td> <td> <div>Vorname Nachname</div> <div style="font-size:0.9em;border-top:1px solid #00364a;min-width:250px;max-width:300px;margin-top:4px;padding-top:4px"> <a style="color:#00364a" href="mailto:[email protected]">[email protected]</a> </div> </td> </tr> </tbody> </table>
Results in:
-
Thank you this helps me to get it working immediately.
I will raise a bug report too.