Salve
ho creato un nuovo box, vorrei inserire all'interno del box un'immagine gif animata con i vari marchi trattati, ma quando vado a inserire l'immagine me la mette o sotto o sopra ma fuori del box, e nel box rimane la scritta del file languages, come si mette un'immaginde dentro un box?
grazie
immagine prodotti in box
Moderatore: mod Generali
si ma il box ha all'interno codice php come segue:
<?php
/*
$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_MARCHI);
new infoBoxHeading($info_box_contents, false, false);
new infoBox($info_box_contents);
?> </td>
</tr>
<!-- information_eof //-->
dove e come la inserisco?
grazie
<?php
/*
$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_MARCHI);
new infoBoxHeading($info_box_contents, false, false);
new infoBox($info_box_contents);
?> </td>
</tr>
<!-- information_eof //-->
dove e come la inserisco?
grazie
Codice: Seleziona tutto
<!-- information //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_MARCHI);
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '<img ecc ecc ecc />');
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- information_eof //-->
Home page personale http://www.magnino.net
SVN aggiornamenti http://code.google.com/p/oswai/source/browse/#svn/trunk
SVN aggiornamenti http://code.google.com/p/oswai/source/browse/#svn/trunk
<?php
/*
$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<!-- information //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_MARCHI);
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '<images/loghi_ecommerce/logo.jpg/>');
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- information_eof //-->
ho messo cosi' ma non mi fa' vedere nula, box vuoto

/*
$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<!-- information //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_MARCHI);
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '<images/loghi_ecommerce/logo.jpg/>');
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- information_eof //-->
ho messo cosi' ma non mi fa' vedere nula, box vuoto
