/ Published in: CSS
URL: http://net.tutsplus.com/tutorials/html-css-techniques/web-development-from-scratch-layout-fragments/
control text wrapping, add image size plus padding margin so that text does not float below images
Expand |
Embed | Plain Text
.content-wrap img { float: left; margin-right: 30px; } .content-body { margin-left: 230px; }
You need to login to post a comment.
