easybeau Posted October 27, 2006 Posted October 27, 2006 Hi, I'm trying to insert an image (woman.gif) below the categories' list but it doesn't appear in the box. -> http://www.keepintouch-store.com See my code: <!-- categories //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => tep_image(DIR_WS_IMAGES . 'woman.gif', femmes));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.