Prospector Posted August 11, 2006 Share Posted August 11, 2006 I created a box based on information.php, I put an image in it and the output looks like this: My code in the box is: <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_SHIP); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => tep_image (DIR_WS_IMAGES . 'my_pic.jpg')); new infoBox($info_box_contents); ?> Hope someone can help, thanks... Link to comment Share on other sites More sharing options...
Prospector Posted August 11, 2006 Author Share Posted August 11, 2006 OOPS, OK EVERYBODY!! Good Lesson here...MAKE SURE!! You up load graphics using BINARY mode!!! :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.