Skip to content

Instantly share code, notes, and snippets.

@thomasn
Created January 2, 2009 12:28
Show Gist options
  • Save thomasn/42520 to your computer and use it in GitHub Desktop.
Save thomasn/42520 to your computer and use it in GitHub Desktop.
/* position images stacked from left */
<img src="/assets/2009/1/2/Christopher_Wren_by_Godfrey_Kneller_1711-250x318.jpg" width="125" height="318" alt="Sir Christopher Wren 1711 " style="float:left;" />
<img src="/assets/2009/1/2/Christopher_Wren_by_Godfrey_Kneller_1711-250x318.jpg" width="125" height="318" alt="Sir Christopher Wren 1711 " style="float:left; margin-left:20px;" />
<img src="/assets/2009/1/2/Christopher_Wren_by_Godfrey_Kneller_1711-250x318.jpg" width="125" height="318" alt="Sir Christopher Wren 1711 " style="align:right; margin-left:20px;" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment