HI,
I am trying to write a contact details table in HTML but the address field is aligned further right than the contact details. Can someone have a look and see what I've done wrong?
<table border="1" cellpadding="10">
<tbody>
<tr>
<td><strong>Address</td>
<td>:</td>
<Td>address line 1<br> address line 2<br> address line 3<br> address line 4<br> address line 5</td>
</tr>
<table border="1" cellpadding="10">
<tbody>
<tr>
<td><strong>Phone</strong></td>
<td>:</td>
<td>01-8888888</td>
</tr>
<tr>
<td><strong>Mobile</strong></td>
<td>:</td>
<td>087-888888</td>
</tr>
<tr>