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.
私は現在ウェブサイトを構築していますが、Twitter のタイムライン (ウィジェット) が右下隅にありました。
(注意してください。これは私の最初の Web サイトであり、コーディングが得意ではありません)。
小さな YouTube ウィジェットの横に配置したいだけです。または、これを行う方法はありませんか?
問題の原因
(上記の Web サイトが機能しない場合は、数分待ってから再試行してください)
<div style="clear: both"></div>後を取り除く<div id="youtube">...
<div style="clear: both"></div>
<div id="youtube">...
また、CSSで:
#twitter{ float: left; margin: 0; padding: 10px 10px 10px 50px; /*or whatever padding you want to give */ }