是否有工具或脚本可以将CSS宽度/高度转换为元素上的width =“”/ height =“”等效?

时间:2013-07-03 14:42:37

标签: css converter html-email

我写了html电子邮件,这个过程的一个组成部分就是转换我的CSS inline。我已经找了一段时间将CSS宽度/高度属性转换为实际的电子邮件标签,但无济于事。

如果存在执行此功能的工具,如果没有,是否有推荐的方法来实现此目标?

示例:

.table_style     {width: 100%;}
.image_style img {width: 250px; height: 50px;}

<table class="table_style" border="0" cellpadding="0" cellspacing="0">
   <tbody>
      <td>
         <img class="image_style" alt="" src="/image.jpg" border="0">
      </td>
   </tbody>
</table>

最终目标如下:

<table class="table_style" width="100%" border="0" cellpadding="0" cellspacing="0">
   <tbody>
      <td>
         <img class="image_style" width="250" height="50" alt="" src="/image.jpg" border="0">
      </td>
   </tbody>
</table> 

提前谢谢你!

1 个答案:

答案 0 :(得分:0)

有许多工具可用于此用途:&#34;内联&#34; CSS进入HTML电子邮件的正文。它具有宽度,高度以及CSS声明中的任何其他属性。

以下是一对夫妇:

MailChimp CSS Inliner Tool

Campaign Monitor CSS Inliner