zirh Posted May 22, 2004 Share Posted May 22, 2004 hello, I have made a new box with a picture and i want to make a hyperlien to this picture but i don't no how to do it. I have try but it's not working. iam beginner in php the codi is : <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'logo02.gif') ); // new infoBox($info_box_contents); ?> thanks Link to comment Share on other sites More sharing options...
zirh Posted May 22, 2004 Author Share Posted May 22, 2004 need help Nobody can help me :( Link to comment Share on other sites More sharing options...
♥yesudo Posted May 22, 2004 Share Posted May 22, 2004 try: 'text' => '<a href="http://www.where you want link to go.com"?target="_blank">' . tep_image(DIR_WS_IMAGES . 'logo02.gif', 'Click Here') . '</a>'); Your online success is Paramount. Link to comment Share on other sites More sharing options...
zirh Posted May 22, 2004 Author Share Posted May 22, 2004 now its ok thanks ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.