MySQL beginner |
|
Probeer dit eens
bijv:
<table class="top">
<tr>
<td>bliblobla</td>
</tr>
</table>
<table class="top"> <tr> <td>bliblobla</td> </tr> </table>
en zet dit in je style.css:
table.top { vertical-align: top; }
table.top { vertical-align: top; }
Dit zou moeten werken. |