My header code for my banners looks like this.
</div>
<td width="25%" align="center"><a href="http://www.berkley-fishing.com" target="_blank"><img border="0" src="http://www.qualityfishing.net/gallery/data/500/2berkley.jpg" width="152" height="240"></a></td>
<td width="50%" align="center"><a href="http://www.qualityfishing.net" target="_blank"><img border="0" src="http://www.qualityfishing.net/gallery/data/503/2new_updated_qfa_logoo.JPG" width="310" height="240"></a></td>
<td width="25%" align="center"><a href="http://www.abugarcia.com" target="_blank"><img border="0" src="http://www.qualityfishing.net/gallery/data/500/2abu.jpg" width="152" height="240"></a></td>
The way my code is now I have
1 box on the left width="152" height="240"
center box is fine at width="310" height="240"
1 box on the right width="152" height="240"
I want my code to give me
2 boxes on the left width="152" height="120"
center box left the way it is at width="310" height="240"
2 boxes on the right width="152" height="120"
So I want 2 boxes on each side of the big center box. What code do I need to do this. All I do is screw it up.
