I'm using oscommerce for a online shop and I want to modify the right and the left image, to make it bigger. How can I do this?
here: http://casamaris.ro/product_info.php?products_id=69
I'm using oscommerce for a online shop and I want to modify the right and the left image, to make it bigger. How can I do this?
here: http://casamaris.ro/product_info.php?products_id=69
I don't know about oscommerce but if you have the source code and you see something like
Change it to:PHP Code:<img height="80" border="0" width="100" title="<?php echo $image_title; ?>" alt="<?php echo $image_descrip; ?>" src="<?php echo $image_name; ?>"/>
or post the code that is loading it or wait for someone else that has worked with oscommerce...PHP Code:<img border="0" width="200" title="<?php echo $image_title; ?>" alt="<?php echo $image_descrip; ?>" src="<?php echo $image_name; ?>"/>
Bookmarks