
src for StackOverflow "Expand image downward vertically..."
By:
astex on
Jan 21st, 2013 | syntax:
HTML 5 | size: 0.26 KB | hits: 25 | expires: Never
<html>
<head> <!-- head stuff --> </head>
<body>
<img src='...' style='float: left; width: 200px; padding-right: 2em;' />
<div class='goes_to_the_right_of_the_image_column'>
BLAH
blah
blah
blah
blah
...
</div>
</body>
</html>