Thanks again, but again that did not work. My banner is 200 pixels high. I replaced AAAA to 200. That did not change it. I chaned AAAA to 150 and it still did nothing.
On the second code I assume you meant:
PHP Code:
<td colspan="8" height="AAAA" bgcolor="#FFFFFF">
not
PHP Code:
<td colspan="8" height="AAAA"> bgcolor="#FFFFFF">
Correct?
So my code looks like
PHP Code:
<td colspan="8" height="200" bgcolor="#FFFFFF">