Guest Posted March 30, 2006 Posted March 30, 2006 I created an infobox with a small logo inside of it. Here's what it looks like: 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.