Outlook 如何删除HTML表格中的白色水平线

Outlook 如何删除HTML表格中的白色水平线,outlook,html-table,whitespace,html-email,horizontal-line,Outlook,Html Table,Whitespace,Html Email,Horizontal Line,我想我已经搜索了互联网的每个角落,试图找出这个问题。我在所有方面都发现了类似的问题,但没有一个解决方案对我有效(要么如此,要么我肯定错过了什么) 我正在创建一个带有表格布局的电子邮件活动。在FF、Chrome和IE中,这一切看起来都很棒,但当我在Outlook 2010中测试它时,它在页面主表中的两个TR之间给出了一条水平白线 请遵守以下2个TRs: 注意:我已编辑此问题,以包含整个代码: <body> <table width="100%"> <tr>

我想我已经搜索了互联网的每个角落,试图找出这个问题。我在所有方面都发现了类似的问题,但没有一个解决方案对我有效(要么如此,要么我肯定错过了什么)

我正在创建一个带有表格布局的电子邮件活动。在FF、Chrome和IE中,这一切看起来都很棒,但当我在Outlook 2010中测试它时,它在页面主表中的两个TR之间给出了一条水平白线

请遵守以下2个TRs:
注意:我已编辑此问题,以包含整个代码:

<body>
<table width="100%">
    <tr>
        <td>
            <table width="700" style="background-color: #ecebeb; border: solid maroon 2px; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;" align="center" >
                <tbody>
                    <tr >
                        <td>
                            <table width="100%"  style="background-color: #ffffff; font-family: arial,helvetica,sans-serif; font-size: 16px; color: #000000">
                                <tr>
                                    <td width="70%" cellpadding="10px" height="85">
                                        <img src="http://www.codegroup.com.au/images/Introduction%20Newsletter/CodeGroup_Logo_small.png">
                                    </td>
                                    <td width="30%" style="text-align: right" height="85">
                                        Building Certifiers<br>
                                        Building Surveyors<br>
                                        Access Auditors<br>
                                    </td>
                                </tr>   
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td style=" padding-left: 10; padding-right: 10; padding-top: 10; font-family: arial,helvetica,sans-serif; font-size: 14px; color: #000000">
                            <strong>
                            If you're designing or building, you need a Building Certifier<br>
                            CODE Group are specialist commercial Building Certifiers, Surveyors and Access Auditors.
                            </strong>
                            <hr>
                        </td>
                    </tr>
                    <tr>
                        <td style="padding-left: 10; padding-right: 10; font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                            We offer a comprehensive range of professional services which integrate the concept, design, approval 
                            and project completion for the property and construction industry.<br><br>
                            We understand the practical demands of the construction industry and make every effort to assist our client 
                            in finding solutions to compliance problems.<br><br>
                            Each project is approached with integrity and professional confidence to deliver the best possible solutions and 
                            premium service to our clients.<br><br>
                            We understand the urgency of your project and that it can’t move forward unless we do our part so we contact 
                            you at times during our assessment to let you know how it is progressing. <br><br>
                            <i><center>"Our mission is to manage risk for our clients in design and construction to ensure they meet
                            statutory<br>obligations whilst achieving project objectives and outcomes" </i></center>
                            <hr>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <table width="100%"style="font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                                <tr>
                                    <td width="50%" align="left" style="text-align: left; padding-left: 25;" valign="top" >
                                        <b>BUILDING CERTIFIERS</b><br><br>
                                        Design Certification: <br>
                                        Certificate of Design Compliance<br><br>
                                        Construction Certification: <br>
                                        Certificate of Construction Compliance<br><br>
                                        Permit Coordination: <br>
                                        Building Permit & Occupancy Permit<br>
                                    </td>
                                    <td width="50%" align="right" style="text-align: right; padding-right: 25" valign="top" >
                                        <b>BUILDING CONSULTANTS</b><br><br>
                                        Preliminary Review & Report of Schematic Plans<br>
                                        Access Audits, Appraisals & Consulting<br>
                                        Due Diligence Inspections & Reports<br>
                                        Building Audits for Benchmark Compliance<br>
                                        Expert Building Code Advice<br>
                                        Fire Engineering Advice<br>
                                    </td>
                                </tr>
                            </table>
                            <br>
                            <table width="100%" style="font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                                <tr>
                                    <td width="38%" valign="bottom" style="padding-left: 25;">
                                        <b>OUR SPECIALTIES</b><br><br>
                                        Multi Residential Towers<br>
                                        Hotel & Serviced Apartments<br>
                                        Education Buildings<br>
                                        Mixed Use Buildings <br>
                                    </td>
                                    <td width="38%" valign="bottom">
                                        Hospitals & Healthcare Buildings<br>
                                        Aged Care Developments<br>
                                        Shopping Centres<br>
                                        Office Buildings<br>
                                    </td>
                                    <td width="28%" valign="bottom">
                                        Office & Retail Fitouts<br>
                                        Industrial Buildings<br>
                                        Sports Stadiums<br>
                                        Mining Projects<br>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td style="padding-left: 10; padding-right: 10; font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000" >
                            <br>
                            <b>Who we are</b><br><hr>
                            <p>CODE Group is made up of an established team of experienced members who have over 80 years building 
                            industry experience in Perth, the north-west of WA and interstate. CODE Group's teamwork is our strength.<br><br></p>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <table width="100%" >
                                <tr>
                                    <td width="53%">
                                    <img src="http://www.codegroup.com.au/images/Introduction%20Newsletter/Team-Photo_no-corners.png" align="right">                        
                                    </td>
                                    <td width="47%" style="padding-left: 10; padding-right: 10">
                                        <table style="font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                                            <tr><td>Gary Cox</td><td>Managing Director</td></tr>
                                            <tr><td>Wayne Chant</td><td>Co-ordinating Building Surveyor</td></tr>
                                            <tr><td>Paul da Costa</td><td>Senior Building Surveyor</td></tr>
                                            <tr><td>Tanya Scarce</td><td>Building Surveyor</td></tr>
                                            <tr><td>Kelly Hudson</td><td>Building Surveyor</td></tr>
                                            <tr><td>Alison Shiels</td><td>Access Auditor</td></tr>                          
                                            <tr><td>Antonia Yakubova&nbsp;&nbsp;</td><td>Office Manager</td></tr>                               
                                            <tr><td>Linda Marr</td><td>Accounts Manager</td></tr>                               
                                        </table>
                                    </td>
                                </tr>
                            </table>                            
                        </td>
                    </tr>
                    <tr>
                        <td align="right" style="padding-right: 10; padding-left: 10; font-family: arial,helvetica,sans-serif; font-size: 14px; color: #000000">    
                            <b>Our Projects</b><hr>
                        </td>
                    </tr>
                    <tr>
                        <td align="middle" cellspacing="0" cellpadding="0">
                            <table>
                                <tr>
                                    <td width="33%" style="padding-left: 20; font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000" valign="top">
                                        20 Storey Mixed Use Hotel<br>
                                        Murray Street, Perth<br><br>

                                        3 Storey Mixed Use Apartments<br>
                                        215 Hay Street, Subiaco<br><br>

                                        Point Fraser Entertainment Centre<br>
                                        4500sqm, East Perth Foreshore <br><br>

                                        Observations City Refurbishment<br>
                                        Scarborough Beach
                                    </td>
                                    <td width="33%" valign="top" style="padding-left: 20; font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                                        Heritage Conversion<br>
                                        307 Murray Street, Perth<br><br>

                                        Bidvest Distribution Centre<br>
                                        107,000 cu/m Warehouse<br><br>

                                        Joondalup Square<br>
                                        13,000sqm Retail Showrooms
                                    </td>
                                    <td width="33%" valign="top" style="padding-right: 20; font-family: arial,helvetica,sans-serif; font-size: 13px; color: #000000">
                                        6 Storey Mixed Use Building<br>
                                        Wexford Street, Subiaco<br><br> 

                                        Fitout of Council House<br>
                                        Level 1 & Basement, Perth<br><br>

                                        Veil Offices, 4 Storey offices<br>
                                        Over existing 2 Storey Carpark<br>
                                        253 St. Georges Terrace, Perth<br>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td width="100%" align="middle" valign="top" cellspacing="0" cellpadding="0">
                            <img style="display:block;" src="http://www.codegroup.com.au/images/Introduction%20Newsletter/Introduction2_image_stack2.png">
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <table width="100%" style="background-color: #ffffff; font-family: arial,helvetica,sans-serif; font-size: 14px; color: #000000">
                                <tr>
                                    <td width="50%" valign="bottom" style="padding-left: 10" height="80">
                                        CODE Group<br>
                                        7 First Avenue<br>
                                        Applecross WA 6153
                                    </td>
                                    <td width="50%" valign="bottom" align="right" style="padding-right: 10" height="80">
                                        08 9316 8111<br>
                                        PO Box 1232<br>
                                        Canning Bridge WA 6153<br>
                                        www.codegroup.com.au
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>       
                </tbody>
            </table>
        </td>
    </tr>
</table>

建筑认证机构
建筑测量师
访问审计员
如果你正在设计或建造,你需要一个建筑认证机构
代码组是专业的商业建筑认证机构、测量师和准入审计员。

我们提供全面的专业服务,集概念、设计、认证于一体 以及房地产和建筑行业的项目竣工。

我们了解建筑行业的实际需求,并尽一切努力帮助我们的客户 找到合规问题的解决方案。

每个项目都以诚信和专业的信心进行,以提供最佳的解决方案和解决方案 为客户提供优质服务。

我们理解您的项目的紧迫性,除非我们尽自己的一份力,否则项目无法向前推进 在我们的评估过程中,您有时需要让您了解评估的进展情况

“我们的使命是管理客户在设计和施工中的风险,确保他们满足 实现项目目标和成果时的法定义务”
建筑认证机构

设计认证:
设计符合性证书

建筑认证:
施工合规证书

允许协调:
建筑许可证和居住许可证
建筑顾问

初步审查和方案报告
访问审计、评估和咨询
尽职调查检查和报告
建立基准合规性审计
专家建筑规范建议
消防工程建议

我们的特色菜

多居民楼
酒店及服务公寓
教育大楼
混合用途建筑物
医院和医疗大楼
老年护理发展
购物中心
办公楼
办公室和零售装修
工业建筑
体育场馆
采矿项目

我们是谁

CODE Group由一支经验丰富的团队组成,他们拥有80多年的建筑经验 在珀斯、西澳西北部和州际公路的行业经验。代码组的团队合作是我们的优势。

<img style="display:block;" src="http://www.codegroup.com.au/images/Introduction%20Newsletter/Introduction2_image_stack2.png" />
<table width="900" border="0" cellpadding="0" cellspacing="0" style="color:#4a4a4a;">
   <tr>
      <td>.....</td>
   </tr>
</table>