没有间距或缩进的代码块

时间:2014-10-07 19:48:34

标签: html

我收到了一个html代码块(电子邮件模板很多表),我必须使用它没有间距或缩进,并且基本上都在一行上。尝试编辑它是一场噩梦。

是否有人知道您可以复制任何在线工具或应用程序并将代码粘贴到您为其组织的位置?

olor="#e5e5e5" alink="#000000" class="yfix" leftmargin="0" rightmargin="0" topmargin="0"> <!--//-->      <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="100%" valign="top" bgcolor="#e5e5e5" align="center"> <table width="698" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="5"><img hspace="0" height="1" width="5" src="http://info.page7media.ie/img/trans.gif" /></td> <td align="left"> <table width="688" cellspacing="0" cellpadding="0" border="0"> <tr> <td height="10"><a name="top_of_mail"></a></td> </tr> <tr> <td align="center"><font face="Arial, Helvetica, sans-serif" size="2" color="red" style="font-size: 12px; line-height: 17px;">If you are unable to see this message, click <a target="_blank" href="http://info.page7media.ie/u/gm.php?UID=JJ20yz3nz2&ID=279438389_478447_36061" style="text-decoration: underline;"><font face="Arial, Helvetica, sans-seri

3 个答案:

答案 0 :(得分:1)

尝试Dirty Markup,它很好地清理了这个标记

http://www.dirtymarkup.com/

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>

<body>
    olor="#e5e5e5" alink="#000000" class="yfix" leftmargin="0" rightmargin="0"
    topmargin="0"&gt; <!--//-->

    <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
            <td align="center" style="background-color: #E5E5E5" valign="top"
            width="100%">
                <table border="0" cellpadding="0" cellspacing="0" width="698">
                    <tr>
                        <td width="5"><img height="1" hspace="0" src=
                        "http://info.page7media.ie/img/trans.gif" width=
                        "5"></td>

                        <td align="left">
                            <table border="0" cellpadding="0" cellspacing="0"
                            width="688">
                                <tr>
                                    <td height="10">
                                        <a id="top_of_mail" name=
                                        "top_of_mail"></a>
                                    </td>
                                </tr>

                                <tr>
                                    <td align="center">
                                        If you are unable to see this message,
                                        click <a href=
                                        "http://info.page7media.ie/u/gm.php?UID=JJ20yz3nz2&ID=279438389_478447_36061"
                                        style="text-decoration: underline;"
                                        target="_blank"></a>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
</body>
</html>

答案 1 :(得分:0)

你正在寻找一种叫做“美化&#34;”的东西。

这是一个支持HTML的在线美化器:http://ctrlq.org/beautifier/

我为你美化了它,但注意到代码示例的开头缺失。

olor="#e5e5e5" alink="#000000" class="yfix" leftmargin="0" rightmargin="0" topmargin="0">

<!--//-->

<table width="100%" cellspacing="0" cellpadding="0" border="0">

  <tr>

    <td width="100%" valign="top" bgcolor="#e5e5e5" align="center">

      <table width="698" cellspacing="0" cellpadding="0" border="0">

        <tr>

          <td width="5">
            <img hspace="0" height="1" width="5" src="http://info.page7media.ie/img/trans.gif" />
          </td>

          <td align="left">

            <table width="688" cellspacing="0" cellpadding="0" border="0">

              <tr>

                <td height="10">
                  <a name="top_of_mail">
                  </a>
                </td>

              </tr>

              <tr>

                <td align="center">
                  <font face="Arial, Helvetica, sans-serif" size="2" color="red" style="font-size: 12px; line-height: 17px;">
                    If you are unable to see this message, click 
                    <a target="_blank" href="http://info.page7media.ie/u/gm.php?UID=JJ20yz3nz2&ID=279438389_478447_36061" style="text-decoration: underline;">
                      <font face="Arial, Helvetica, sans-seri

答案 2 :(得分:0)

使用在线代码格式化程序。

http://ctrlq.org/beautifier/

我抓住了第一个看起来很有趣的东西。还有其他人。

http://bit.ly/1Eqgeqr