table sig

by NobodysFiddle

HTML

<table>
    <tr>
        <td>
            <table>
                <tr>
                    <!-- Set Width of Individual Cells Here -->
                    <td style="width:80px;">
                        <img src="http://ndjs.sjoerd.me.uk/wp-content/uploads/2016/06/icononly.png" style="width:80px;"/>
                    </td>
                    <td style="width:160px; font-weight:700;">
                        Voornaam Achternaam<br/>
                        Functie
                    </td>
               
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td>
            <table>
                <tr>
                    <!-- Set Width of Individual Cells Here -->
                    <td style="width:35px;">
                        Telefoon<br/>
                        E-mail<br/>
                        Website
                    </td>
                    <td style="width:100px;">
                        0612345678<br/>
                        [email protected]<br/>
                        www.dienjestad.nl
                    </td>
                 
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td>
            <table>
                <tr>
                    <!-- Set Width of Individual Cells Here -->
                    <td style="width:350px;">
                        Kantoor: 0613245678 | Stationsweg 109, 6711 PN Ede
                    </td>
                </tr>
            </table>
                        <table>
                <tr>
                    <!-- Set Width of Individual Cells Here -->
                    <td style="width:350px; text-align:center;">
Save the date: 7e Ontmoetingsfeest @ CHE
12 december 2016 17:30 - 21:00 uur
Vooraanmelding: mail je NAW-gegevens naar [email protected]
Meer informatie
                    </td>
                </tr>
            </table>

        </td>
    </tr>
</table>

CSS

/*table td
{
    border: 1px solid black;
}*/
table{font-family: 'Roboto Condensed', sans-serif;
font-size:14px;}