ここで問題が発生しました。このテキストの周囲にスペースができてしまい、取り除くことができませんでした。すべてのdivにグローバルにpadding:0またはmargin:0を適用することはできません。私のdivはページの一部であり、divの周りの余分なスペースだけを削除したいのですが、本文にもpadding:0またはmargin:0を適用できません。
<html>
<body>
<div class="topcont" id="topcont" style="display: block;padding:0px;margin:0px">
<div id="dragcont" style="display: block;padding:0px;margin:0px">
<div style="padding:0px;margin:0px; text-align: center; font-size: 18px; font-weight: bold; font-family: Helvetica Neue;">
Drop up to 5 photos here
</div>
<div style="padding:0px;margin:0px; font-size: 18px; font-family: Helvetica Neue; border: 0px none; height: 18px; text-align: center;">
Or
</div>
</div>
<div style="padding:0px;margin:0px;color:#333; text-align:center; font-size:14px;font-family:Helvetica Neue">
to add them as attachments
</div>
</div>
</body>
</html>
与えられたテキストの上にスペースが入る理由がわかりません。