私はこのコードを持っていますが、hspaceはもはや使用されないと聞きました。どのように私はそれらの間にスペースを追加することができ、10px間は良いでしょう、私はマージントップと一緒に働いていないと私の他のウィジェットを壊した。ここでこのスタイリングの問題を解決するにはどうすればよいですか?
は一例です:
Here the code does not have space between them on vertical
This is the wide view here it looks better, once resized into smaller screens I get the above result
私はそれらbeween 10pxの、あまりにも上にリサイズ時にしているしたいと思います。 これはCSSでビルドしたウィジェットですので、一度にすべてのコードを欲しいと思います。
<div align="center">
<a href="https://facebook.com/testclue">
<img src="http://uhl.hosting/wp-content/uploads/2016/02/Facebook.png" align="middle" alt="TestClue on Facebook" height="60" width="60" hspace="10">
</a>
<a href="https://twitter.com/testclue">
<img src="http://uhl.hosting/wp-content/uploads/2016/02/Twitter.png" align="middle" alt="TestClue on Twitter" height="60" width="60" hspace="10">
</a>
<a href="https://www.linkedin.com/company/testclue">
<img src="http://uhl.hosting/wp-content/uploads/2016/02/in.png" align="middle" alt="TestClue on LinkedIN" height="60" width="60" hspace="10">
</a>
<a href="https://plus.google.com/+Testclue">
<img src="http://uhl.hosting/wp-content/uploads/2016/02/G.png" align="middle" alt="TestClue on Google+" height="60" width="60" hspace="10">
</a>
</div>
あなたが、少なくとも自分のためにこれをコーディングすることを試みることが期待されます。スタックオーバーフローはコードを書くサービスではありません。私はあなたがGoogleを介して、またはSOを検索することによって、いくつかの追加の研究を行い、試してみることを提案します。それでも問題が解決しない場合は、**あなたのコード**に戻って、あなたが試したこととそれがうまくいかなかった理由を説明してください。 –
... 'align'は推奨されておらず、もはや使用されるべきではありません。 –
私はmargin-top = 10pxで試しましたが、すべてのコードが壊れました。また、hspaceをmargin = 10px –