Waarschijnlijk een simpel probleem, maar ik heb de volgende tabel met twee kolommen. De rechtse kolom moet horizontaal scrollbaar worden en de tekst moet vertikaal in het midden uitgelijnd worden.
Afzonderlijk lukt me dat wel maar beide niet. Iemand een idee hoe dat wel moet?
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1" bgcolor="#000000"></td>
<td width="110" height="75" bgcolor="FFD700"></td>
<td width="636" valign="bottom" bgcolor="CCCCCC"><p>tekst</p></td>
<td width="1" bgcolor="#000000"></td>
</tr>
</table>
Afzonderlijk lukt me dat wel maar beide niet. Iemand een idee hoe dat wel moet?
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1" bgcolor="#000000"></td>
<td width="110" height="75" bgcolor="FFD700"></td>
<td width="636" valign="bottom" bgcolor="CCCCCC"><p>tekst</p></td>
<td width="1" bgcolor="#000000"></td>
</tr>
</table>