以下は、テキストを対応する画像の上に揃えるためにインラインスタイリングを使用している私のコードですが、インラインCSSが機能していないので、次のコードを変更する方法を教えてください。したがって、テキストは対応する画像の上に揃えられます画像。
<ul style="font-size:17px;vertical-align:top; margin-top:0;">
<li style="list-style-image: url(images/check.png);">Text is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to top</li>
<li style="list-style-image: url(images/check.png);">Text is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to topText is not aligning to top</li>
</ul>