Last active
December 25, 2015 15:39
-
-
Save pauljm/6999986 to your computer and use it in GitHub Desktop.
Simple histogram, part 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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