Hey everyone,

I have a weird problem with my master page on a website, a banner image is placed within a table under:

"<tr><td><img src="images\Banner.jpg" /><td /><tr />"

When loading a my website onto different pages the table cells height changes depending on the height of the table. I have tried to place:

<td height="100px" ><td />

But this doesn't help also. I hope everyone can understand what I just wrote. Basically when the height of the table is large the banner image looks like I placed "<br />" on top and below the image, making the it look inconsistent.

Can somone please, please, please help.