0
A
回答
2
將圖像左移並將overflow:hidden
放在文本上以防止它進入圖像下方。
0
使用這個圖片的CSS樣式
clear:both
0
簡單浮動ususaly的伎倆
img {
flaot:left;
}
p {
flaot:left;
}
這甚至使得以addapt到圖像中的文本,所以如果文本長於圖像的高度,它會在它下面變形。
0
<p><img src="https://www.google.com/images/srpr/logo3w.png" style="float:left;padding-right:12px" width="280" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<br style="clear:both" />
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
測試這個。
相關問題
- 1. 使居中文本列表與CSS圖片旁邊對齊
- 2. 水平對齊圖片和文字?
- 3. 與CSS水平對齊
- 4. 水平對齊CSS與CSS3
- 5. 如何對齊每個水平旁邊的2個按鈕?
- 6. 圖片庫水平對齊
- 7. 水平對齊無序列表旁邊的圖像
- 8. 水平圖像對齊CSS
- 9. 水平對齊圖像CSS
- 10. 波旁整齊水平對齊的div
- 11. 對齊彼此旁邊的圖片
- 12. 對齊圖片 - 水平對齊
- 13. CSS對齊圖像旁邊的鏈接
- 14. 垂直對齊圖像旁邊的文本與CSS不工作
- 15. 如何在圖片旁邊對齊數字?
- 16. 水平CSS對齊
- 17. CSS - 水平對齊
- 18. 如何對齊div旁邊的文本?
- 19. 如何將圖像旁邊的文字對齊?
- 20. 如何垂直對齊旁邊的文字圖像
- 21. CSS與表單域的水平對齊
- 22. 對齊的標籤和水平與CSS
- 23. CSS,jQuery的水平對齊
- 24. CSS中的水平對齊
- 25. 的TextView與不同的文本長度旁邊對準水平
- 26. 對齊FPDF文本旁邊的圖像
- 27. Bootstrap對齊圖像旁邊的文本
- 28. 如何對齊文本水平中心的圖片下方
- 29. 我的圖片不會水平對齊
- 30. 試圖水平對齊和居中一個div旁邊的圖像
謝謝...它顯示正確 – karthick
如果人增加文本大小,此解決方案將截斷文本。 –
@NeilMasters當高度固定時,它只會截斷文本。 – sandeep