Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i make hyperlink for image inside infobox


nuruddeen710

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...