Advertisement
astex

src for StackOverflow "Expand image downward vertically..."

Jan 21st, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 KB | None | 0 0
  1. <html>
  2.     <head> <!-- head stuff --> </head>
  3.     <body>
  4.         <img src='...' style='float: left; width: 200px; padding-right: 2em;' />
  5.         <div class='goes_to_the_right_of_the_image_column'>
  6.             BLAH
  7.             blah
  8.             blah
  9.             blah
  10.             blah
  11.             ...
  12.         </div>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement