Skip to content

Instantly share code, notes, and snippets.

@pauljm
Last active December 25, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauljm/6999986 to your computer and use it in GitHub Desktop.
Save pauljm/6999986 to your computer and use it in GitHub Desktop.
Simple histogram, part 3
<!-- Row 3 -->
<tr bgcolor='#e4f1f5'>
<td height=15></td>
<!-- Spanning empty -->
<!-- Spanning empty -->
<!-- Spanning filled -->
<!-- Spanning empty -->
</tr>
<!-- Row 4 -->
<tr bgcolor='#e4f1f5'>
<td height=15></td>
<!-- Spanning empty -->
<td rowspan=3 align='center' valign='top' bgcolor='#6db2c8'>3</td>
<!-- Spanning filled -->
<!-- Spanning empty -->
</tr>
<!-- Row 5 -->
<tr bgcolor='#e4f1f5'>
<td height=15></td>
<td rowspan=2 align='center' valign='top' bgcolor='#6db2c8'>2</td>
<!-- Spanning filled -->
<!-- Spanning filled -->
<!-- Spanning empty -->
</tr>
<!-- Row 6 -->
<tr bgcolor='#e4f1f5'>
<td height=15></td>
<!-- Spanning filled -->
<!-- Spanning filled -->
<!-- Spanning filled -->
<td bgcolor='#6db2c8'></td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment