Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Weblink for image inside infobox?


Guest

Recommended Posts

Posted

I created an infobox with a small logo inside of it. Here's what it looks like:

 

guildlogo_infobox.jpg

 

I need to add a link reference to that image. I know it's an <a href="" target="_blank" tag, but I'm just not sure of the syntax. Can anyone help?

 

Here's my code for the infobox:

 

<tr><td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_GUILD);

new infoBoxHeading($info_box_contents, false, false);

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'guild_logo_image.jpg') );

new infoBox($info_box_contents);

?>

</td></tr>

Any help would be greatly appreciated.

Thanks,

Dan.

Archived

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

×
×
  • Create New...