/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
img.alignleft{ float: left; border: none; padding: 0 10px 10px 0; } img.alignright{ float: right; border: none; padding: 0 0 10px 10px; }