Wanwan Posted October 25, 2006 Posted October 25, 2006 I have trouble in inserting an image to my catalog\includes\languages\english\specials.php here is the following code. The image doesn't display? and also text does not display in specials.php. <?php /* $Id: specials.php,v 1.7 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Special Events'); define('HEADING_TITLE', 'Special Events!'); define('TEXT_INFORMATION', ' <img src="/catalog/images/Fallposter2006.jpg" alt="Poster"> Tesing 123 '); ?> Wanwan -- %_%_
Wanwan Posted October 25, 2006 Author Posted October 25, 2006 Ok, I got it fixed! I found the following code not in specials.php, and I have just added into it! <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><?php echo TEXT_INFORMATION; ?></td> </tr> </table></td> </tr> Wanwan -- %_%_
Wanwan Posted October 25, 2006 Author Posted October 25, 2006 Ok, I got it fixed! I found the following code not in catalog\specials.php, and I have just added into it! <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><?php echo TEXT_INFORMATION; ?></td> </tr> </table></td> </tr> Wanwan -- %_%_
Recommended Posts
Archived
This topic is now archived and is closed to further replies.