Line 13: |
Line 13: |
| | | |
| This will not. | | This will not. |
| + | |
| + | --- |
| + | |
| + | ''' An Index Grid ''' |
| + | |
| + | Could be used to link, say, tutorial or entry level pages for easier orientation. |
| + | |
| + | <div style="border-top:1px solid #888888; border-bottom:1px solid #888888; margin:0px:"> |
| + | {| width="100%" cellpadding="0" cellspacing="0" |
| + | |- |
| + | |width=25% align=left bgcolor=#C3D9FF|'''[[one|cat]]''' |
| + | |width=50% align=center bgcolor=#C3D9FF|'''[[two|dog]]''' |
| + | |width=25% align=right bgcolor=#C3D9FF| '''[[three|cow]]''' |
| + | |- |
| + | |width=25% align=left bgcolor=#C3D9FF|'''[[four|pig]]''' |
| + | |width=50% align=center bgcolor=#C3D9FF|'''[[five|sheep]]''' |
| + | |width=25% align=right bgcolor=#C3D9FF| '''[[six|horse]]''' |
| + | |- |
| + | |width=25% align=left bgcolor=#C3D9FF|'''[[one|goat]]''' |
| + | |width=50% align=center bgcolor=#C3D9FF|'''[[two|deer]]''' |
| + | |width=25% align=right bgcolor=#C3D9FF| '''[[three|chicken]]''' |
| + | |- |
| + | |width=25% align=left bgcolor=#C3D9FF|'''[[one|duck]]''' |
| + | |width=50% align=center bgcolor=#C3D9FF|'''[[two|goose]]''' |
| + | |width=25% align=right bgcolor=#C3D9FF| '''[[three|turkey]]''' |
| + | |} |
| + | </div> |