Aşağıdaki kodu wordpress'e eklediğim oluşan tablonun sınırları ve rengi belli olmuyor nerede hata yapıyorum?
Wordpress 2.7
<table border="5" width="512" bordercolor="#b00e00">
<tbody>
<tr>
<td rowspan="2" width="65">Why
Who What
How Where When</td>
<td width="48" height="51">do</td>
<td width="67">I
you
we
they</td>
<td rowspan="2" width="151">love
do
make
have</td>
<td rowspan="2" width="151">?</td>
</tr>
<tr>
<td>does</td>
<td>she
he
it</td>
</tr>
</tbody></table>