使用VML

时间:2019-05-14 12:54:31

标签: outlook html-email vml

这是针对我要创建的新HTML Outlook签名的。我有一个包含多个的单行HTML表。该表设置为以其容器的整个宽度显示。并且单行当前包含两个s(稍后可能会更改)。

这两列仅包含背景图片,不包含文本。这些背景图片必须占据整个空间。

这就是我已经尝试过的

图像设置为以td的全宽显示,但仅在很小的空间中显示。 图像宽460像素。

enter image description here

<!DOCTYPE html>

 <html>

   <body>
      <table cellpadding="0" cellspacing="0" border="0" width="100%">
         <tr>
            <td background="Testing_files/receptionist.png" bgcolor="#7bceeb" valign="top" width="50%">

       <!--[if gte mso 9]>
         <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="mso-width-percent:1000;">
         <v:fill type="frame" src="Testing_files/receptionist.png" color="#7bceeb" />

       <![endif]-->

      <div>
     </div>

  <!--[if gte mso 9]>
    </v:textbox>
  </v:rect>
  <![endif]-->

</td>
<td>
``` The second column
</td>

这两列仅包含背景图片,不包含文本。这些背景图片必须占据整个空间。我究竟做错了什么?由于我是VML的新手,所以任何帮助将不胜感激。

0 个答案:

没有答案