Hello.
Please help how change button to link, now i have in functions.php this:
$download_tap2 = "<img onClick=\"window.open('
http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?pid=176&img=http://aletapety.pl/" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=745,height=425')\" src=\"".get_gallery_image("tap2.gif")."\" border=\"0\" alt=\"\" />";
$download_tap = "<img onClick=\"window.open('
http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?pid=176&img=http://aletapety.pl/" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=800,height=425')\" src=\"".get_gallery_image("tap.gif")."\" border=\"0\" alt=\"\" />";
work but if we will invade on button this to it be not visible that it is then link ,but if we click work. I would like change this to link.maybe someone help me