nuruddeen710 Posted February 10, 2007 Share Posted February 10, 2007 Hello, i wish somebody could help me with this. This is how it looks: at my home page www.healinonline.com i added a box at the bottom left and i wanted to make it clickable (like a banner) but i dont know how. Everytime i try it for myself i keep getting error message. this is how the code looks: $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'forumhealinonline.jpg')); How do i make a hyperlink at the image? can somebody please help me with this. Thank you. Link to comment Share on other sites More sharing options...
nuruddeen710 Posted February 11, 2007 Author Share Posted February 11, 2007 Hello, i wish somebody could help me with this. This is how it looks: at my home page www.healinonline.com i added a box at the bottom left and i wanted to make it clickable (like a banner) but i dont know how. Everytime i try it for myself i keep getting error message. this is how the code looks: $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'forumhealinonline.jpg')); How do i make a hyperlink at the image? can somebody please help me with this. Thank you. Hello.. can somebody help me with this please? Link to comment Share on other sites More sharing options...
acharme Posted February 11, 2007 Share Posted February 11, 2007 I know that you can make an image link by wrapping it in the href, <a href="url link"><img src="blah blah"></a> but I don't know about the tep href... learn...love...laugh...live Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2007 Share Posted February 11, 2007 I see you have it working to get ride of the blue link around the image add border=0 in the img tag and it will remove the blue ring Hello, i wish somebody could help me with this. This is how it looks: at my home page www.healinonline.com i added a box at the bottom left and i wanted to make it clickable (like a banner) but i dont know how. Everytime i try it for myself i keep getting error message. this is how the code looks: $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'forumhealinonline.jpg')); How do i make a hyperlink at the image? can somebody please help me with this. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.