1

メールで使用する HTML ページを作成しました。これには、デスクトップ ブラウザや電子メール アプリケーションで正常に動作するネストされたテーブルがあります。

しかし、Gmail Android アプリで表示すると、ネストされたテーブルの幅が 2px 減少します。なぜこれが起こっているのか誰か教えてもらえますか?以下のコードまたはこのjsfiddleでコードを見つけてください。

    <table width="600" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: Arial, Helvetica, sans-serif;">
        <tr>
            <td width ="600" height="236">
                <a href="http://www.novadetox.co.uk/" >
                    <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_01.jpg" width="600" height="236" style="display: block;"/>
                </a>
            </td>
        </tr>
        <tr>
            <td width ="600" height="207">
                <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                    <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_02.jpg" width="600" height="207" style="display: block;"/>
                </a>
            </td>
        </tr>
        <tr>
            <td width ="600" height="195">
                <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                    <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_03.jpg" width="600" height="195" style="display: block;" />
                </a>
            </td>
        </tr>
        <tr>
            <td width="600" height="147">
                <table id="products"width="600" height="147" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: Arial, Helvetica, sans-serif; display: block;">
                    <tr>
                        <td width ="37" height="147" >
                            <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_04.jpg" width="37" height="147" />
                            </a>
                        </td>
                        <td width ="117" height="147" >
                            <a href="http://www.novadetox.co.uk/cgi-bin/sh000002.cgi?WD=fat%20thermogenic%20burner&PN=natural-fat-burners-slimming-supplements%2ehtml#a681" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_05.jpg" width="117" height="147" />
                            </a>
                        </td>
                        <td width ="21" height="147" >
                            <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_06.jpg" width="21" height="147" />
                            </a>
                        </td>
                        <td width ="117" height="147" >
                            <a href="http://www.novadetox.co.uk/cgi-bin/sh000002.cgi?WD=dietary%20complex%20fibre&PN=dietary-fibre-supplement%2ehtml#a3011" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_07.jpg" width="117" height="147" />
                            </a>
                        </td>
                        <td width ="21" height="147" >
                            <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_08.jpg" width="21" height="147" />
                            </a>
                        </td>
                        <td width ="117" height="147" >
                            <a href="http://www.novadetox.co.uk/cgi-bin/sh000002.cgi?WD=fat%20blocker%20carb&PN=fat-magnet-diet-pills%2ehtml#a2999" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_09.jpg" width="117" height="147" />
                            </a>
                        </td>
                        <td width ="21" height="147" >
                            <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_10.jpg" width="21" height="147" />
                            </a>
                        </td>
                        <td width ="118" height="147" >
                            <a href="http://www.novadetox.co.uk/cgi-bin/sh000002.cgi?WD=acai%20berry&PN=pure-acia-berry-weight-loss-pills%2ehtml#a813" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_11.jpg" width="118" height="147" />
                            </a>
                        </td>
                        <td width ="31" height="147" >
                            <a href="http://www.novadetox.co.uk/acatalog/diet.html" >
                                <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_12.jpg" width="31" height="147" id="last-image"/>
                            </a>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td width="600" height="102">
                <a href="http://www.novadetox.co.uk" >
                    <img src="http://www.novadetox.co.uk/eshots/new-year-eshot/images/nova-ny_13.jpg" width="600" height="102" style="display: block;" />
                </a>
            </td>
    </table>
4

0 に答える 0