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.
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.