PDA

View Full Version : Making border around banners equal zero


Keith
21st June 2004, 02:25 PM
The html output for banners doesn't include the part where "border=0"

Example
[/url]

I would like it to be
[url="http://www.mydomain.com/index.php?ref=refname><img"] (http://www.mydomain.com/index.php?ref=refname><img)

I see in banners.php this code
print " border=0></a></TD>";

I've tried deleting the space between " and border but this doesn't insert the line into the url and just ends up breaking the images.

mark
21st June 2004, 09:52 PM
Hello,

just for the others I'll say this applies to POST Affiliate Free.

You were editing wrong line. There is a line

print "></a></textarea>";

and you should change it to

print " border=0></a></textarea>";

then it will work.

regards,

mark