I want my div (which is representing two images after the -p- Previous Round -p-) to be centered inside a table.
It should be in the absolute middle of the table.
I have placed it therefore inside tr and td like this:
<tr>
<td>
<div/>
</td>
</tr>
