/ Published in: CSS
control text wrapping, add image size plus padding margin so that text does not float below images
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.content-wrap img { float: left; margin-right: 30px; } .content-body { margin-left: 230px; }
URL: http://net.tutsplus.com/tutorials/html-css-techniques/web-development-from-scratch-layout-fragments/