SMFHacks.com

Ad Seller Pro => Support => Topic started by: Black Viper on January 26, 2010, 11:06:44 am

Title: Logging Impressions, but with a white dot on black web sites.
Post by: Black Viper on January 26, 2010, 11:06:44 am
Logging of impressions is working fine. I implemented Ad Seller Pro on not only my forums (using the default theme) but my main web site as well.
However, if "Advertise here" is hidden (and maybe with it not hidden), a one pixel dot image is generated. This is fine on the forums as the background is white, however, my main web site is black and it looks like I have a misplaced "period" in 3 locations (each chunk of ad space).

Example code (slightly modified to remove domain) is here:

Code: [Select]
<img src="hxxp://example.com/index.php?action=adpro;sa=v&id=1&t=1264525340" alt="" />
Any thoughts on this?

Can this image be made transparent instead of white to blend with any color web site?
Thanks in advance.
Title: Re: Logging Impressions, but with a white dot on black web sites.
Post by: SMFHacks on January 26, 2010, 11:41:16 am
Fixed for 1.0.1 using a transparent gif instead.
Title: Re: Logging Impressions, but with a white dot on black web sites.
Post by: Black Viper on January 26, 2010, 11:41:56 am
Fixed for 1.0.1 using a transparent gif instead.
Well, that was fast, thanks! :)