Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リンクされた画像は青い境界線を示し、Outlook と IE の電子メール本文から分離されています
このスタイルを一番上に挿入しようとしました
img { 境界線のスタイル: なし; }
まだ動作しません
編集
img { border: 0; margin:0;}
IMAGE タグに border="0" を追加できるかどうかはわかりませんが、HTML 4.1/5 のバージョンに依存する可能性があります (スタイルにはありませんが、style="border-style: none のままにしておくこともできます)。 ;"
display:block;画像スタイルタグを試してください
display:block;