未在outlook中获得带有表标记的基本html代码的正确输出

未在outlook中获得带有表标记的基本html代码的正确输出,html,css,outlook,html-table,Html,Css,Outlook,Html Table,我正在尝试制作一个模板,我想在outlook中使用它,但当我使用这段代码时,我会在outlook中看到右侧的徽标和左侧的链接文本,这与我想要的输出完全相反。我如何解决它 <center> <table width="600px;" style="margin:auto auto;"> <tr style="left:auto"> <td> 在本主表的td标签中,包括以下提到的表格。。我还检查所有标签是否正确关闭,没有忘记任何单个标签 此代码用

我正在尝试制作一个模板,我想在outlook中使用它,但当我使用这段代码时,我会在outlook中看到右侧的徽标和左侧的链接文本,这与我想要的输出完全相反。我如何解决它

<center>
<table width="600px;" style="margin:auto auto;">
<tr style="left:auto">
<td>

在本主表的td标签中,包括以下提到的表格。。我还检查所有标签是否正确关闭,没有忘记任何单个标签

此代码用于徽标和链接的主表

<table width="150px;" bgcolor="ffffff" cellpadding="0" cellspacing="0" align="left">

此代码用于链接

<td style="text-align:right;">
<a href="http://www.url.com" target="_blank">
<span style="font-family:Myriad Pro; color:#0d5497; font-size:20px; text-align:end; inline-box-align:last; left:auto" data->www.linkurl.com
</span>
</td>

www.linkurl.com
我还使用了文本对齐,左:自动,右:自动

<table> <tr> <td>

相应的水平,但没有得到适当的输出

outlook中输出的图像


我认为这更符合您在这里寻找的目标:

你对我的想法是对的

<td style="text-align:right;">
<a href="http://www.url.com" target="_blank">
<span style="font-family:Myriad Pro; color:#0d5497; font-size:20px; text-align:end; inline-box-align:last; left:auto" data->www.linkurl.com
</span>
</td>

www.linkurl.com
但是你的一些css看起来有点不对劲。文本对齐没有“结束”值,我以前从未听说过内联框对齐