Could someone help with the table on the left. It doesnt seem to be fitting the ads by google correctly.
I have attached it. Thank you.
You can also see the page live at http://www.calebgroup.com/newsite/bankmain_sp.htm
| SitePoint Sponsor |

Could someone help with the table on the left. It doesnt seem to be fitting the ads by google correctly.
I have attached it. Thank you.
You can also see the page live at http://www.calebgroup.com/newsite/bankmain_sp.htm
looking for an Independent Sales Rep...NeedARep
Michiana's Premier Online Destination- MichianaOnline
Michiana's Premier Auction Site- AuctionMichiana
Well, it look like you have some <TDs> that are 632 and 528 pixels in height. You might try increasing these values untill the ads are no longer cut off.

Could you do that for me, as I am not that well versed in tables? Thank you for any help you could provide.
looking for an Independent Sales Rep...NeedARep
Michiana's Premier Online Destination- MichianaOnline
Michiana's Premier Auction Site- AuctionMichiana

could anyone help me out here?
looking for an Independent Sales Rep...NeedARep
Michiana's Premier Online Destination- MichianaOnline
Michiana's Premier Auction Site- AuctionMichiana


select the table that has that content, you should see number variables for width and height. You need to increase the number there to match the size of the graphic width
edit: took another look, looks like you need to change height to 100% instead of a pixel size

when i go to edit it, I am not able to tell which measurements apply to which graphic. Would you be able to see which that area I mentioned refers to?
looking for an Independent Sales Rep...NeedARep
Michiana's Premier Online Destination- MichianaOnline
Michiana's Premier Auction Site- AuctionMichiana
you might want to try this,
look for this section of code in your page:
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-3301285550529618";
google_ad_width = 120;
google_ad_height = 194;
google_ad_format = "120x600_as";
google_color_border = "2D5893";
google_color_bg = "99AACC";
google_color_link = "000000";
google_color_url = "000099";
google_color_text = "003366";
//--></SCRIPT>
then change this part => google_ad_height = 194;
to the height you want
Bookmarks