This may help. I have found that in the controlpanel.php file it lists the area set up to allow me to input the url and image link…. the last one is the banner textarea that allows html and the first 4 do not… maybe this will help:
array( “name” => “125 x 125 banner Settings”,
“type” => “heading”,
“desc” => “You can setup three 125 x 125 banners on your sidebar from here”,
),
array(“name” => “Banner-1 Image”,
“desc” => “Enter your 125 x 125 banner image url here.”,
“id” => $shortname.”_banner1″,
“std” => “Banner-1 image”,
“type” => “text”),
array(“name” => “Banner-1 Url”,
“desc” => “Enter the banner-1 url here.”,
“id” => $shortname.”_url1″,
“std” => “Banner-1 url”,
“type” => “text”),
array(“name” => “Banner-2 Image”,
“desc” => “Enter your 125 x 125 banner image url here.”,
“id” => $shortname.”_banner2″,
“std” => “Banner-2 image”,
“type” => “text”),
array(“name” => “Banner-2 Url”,
“desc” => “Enter the banner-2 url here.”,
“id” => $shortname.”_url2″,
“std” => “Banner-2 url”,
“type” => “text”),
array(“name” => “Banner-3 Image”,
“desc” => “Enter your 125 x 125 banner image url here.”,
“id” => $shortname.”_banner3″,
“std” => “Banner-3 image”,
“type” => “text”),
array(“name” => “Banner-3 Url”,
“desc” => “Enter the banner-3 url here.”,
“id” => $shortname.”_url3″,
“std” => “Banner-3 url”,
“type” => “text”),
array(“name” => “Banner-4 Image”,
“desc” => “Enter your 125 x 125 banner image url here.”,
“id” => $shortname.”_banner4″,
“std” => “Banner-4 image”,
“type” => “text”),
array(“name” => “Banner-4 Url”,
“desc” => “Enter the banner-4 url here.”,
“id” => $shortname.”_url4″,
“std” => “Banner-4 url”,
“type” => “text”),
array( “name” => “Adsense Options”,
“type” => “heading”,
“desc” => ” Setup the adsense banners for your blog .”,
),
array(“name” => “468×60 banner on the posts”,
“desc” => “adsense 468 x 60 banner script .”,
“id” => $shortname.”_ad2″,
“std” => “”,
“type” => “textarea”),