Forum Moderators: coopster
The header code where the image is, looks like this:
<?
$pid = "4";
$banner_img = "banner_blog.jpg";
$banner_alt = "Blog";
$callback = $baseurl."blog/";
$rootdir = "../";
$disableCSS = "yes";
?>
So how can I add something like: "usemap="#banner_blog" to the PHP code so it knows which image map to use?