table list

A list created using tables

by Dylan Schadeck

HTML

<table cellpadding="0" cellspacing="0" border="0"  width="450">
    <tr>
        <td valign="top" align="right" width="20">&bull;&nbsp;</td>
        <td>
            Place your content here. Bicycle rights tofu cosby sweater fap wayfarers. Keytar portland craft beer butcher seitan. Put a bird on it pitchfork cred.
        </td>
    </tr>
    <tr>
        <td valign="top" align="right" width="20">&bull;&nbsp;</td>
        <td>
            put arbitrary text here  
            <br>
            <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                    <td valign="top" align="right" width="20">&#9675;&nbsp;</td>
                    <td>
                        Place your content here
                    </td>
                </tr>
                <tr>
                    <td valign="top" align="right" width="20">&#9675;&nbsp;</td>
                    <td>
                        Place your content here
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td valign="top" align="right" width="20">&bull;&nbsp;</td>
        <td>
            Place your content here
        </td>
    </tr>
</table>