Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange image output in box


Prospector

Recommended Posts

I created a box based on information.php, I put an image in it and the output

looks like this:

 

weird.jpg

 

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

Archived

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

×
×
  • Create New...