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.
テキストでラップされた2つの画像を揃えたいのですが、それを行う方法や役立つ投稿が見つかりません。
このようなもの:
text text text text text image1 text text text text text image2 text text text text text text t text text text text text text t
テーブルに配置するか、Wesley Murchが言ったように、CSSのfloatプロパティとclearプロパティ(float:right;clear:right;)を使用してページの右側に移動し、画像の右側にテキストが表示されないようにすることができます。
float:right;clear:right;