Autumn Leaves Quilt


HTML Puzzles

Graphics files

red014.jpg
96 x 96

green041.gif
120 x 120

yello005.jpg
128 x 128

marpurbl.gif
160 x 160

natfl002.jpg
256 x 256

Hints

This is more Copy-and-Paste, but if you use the symmetry of the block pattern about the center line of the quilt, it will go fairly fast. The basic cell code is

<td>
<img src="../graphics/1x1.gif" width=40 height=40>
</td>

The new feature in this puzzle is that it has a big five block by five block center square. The cell code for it is

<td background="../backgrounds/natfl002.jpg" rowspan=5 colspan=5>
<img src="../graphics/1x1.gif" width=40 height=40>
</td>

Note that you can use both rowspan and colspan in the same <td> tag. They can be different values for a rectangular cell.

When you get to the row which contains the top of this big square, just insert the code for it in place of the five center blocks that would have gone there if you continued the diagonal lines of blocks. Keep only the first five blocks and last five block of the pattern for the next four rows until you pass the bottom of the big square. Then continue the pattern with all fifteen blocks until you reach the end of the puzzle. The direction of the diagonals reverses in the middle of the big block. There are no outer strips for this quilt.

Last update: January 12, 2000

Hosted by www.Geocities.ws

1