2014-01-08 45 views
0

我想製作一個模板,我想與Outlook一起使用,但是當我使用此代碼時,我在右側獲取徽標,並將鏈接文本留在前景,這是完全反對我想要的產出。我如何解決它?沒有得到正確的輸出在基本html代碼與表標籤的展望

<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> 

我還利用文本對齊,左:汽車,右:汽車在

<table> <tr> <td> 

等級相應但沒有得到正確的輸出。在Outlook中輸出的

圖片

Image of output in outlook

回答

1

我覺得這是更趨向你正在尋找在這裏是什麼:JSFiddle Example

您與

<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> 

,但有正確的觀念你的一些CSS看起來有點偏離。文本對齊沒有'結束'值,我從來沒有聽說過內聯框對齊之前。

相關問題