Log in

View Full Version : modify image



alexdog1805
11-30-2009, 09:42 AM
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

bluewalrus
11-30-2009, 02:02 PM
I don't know about oscommerce but if you have the source code and you see something like


<img height="80" border="0" width="100" title="<?php echo $image_title; ?>" alt="<?php echo $image_descrip; ?>" src="<?php echo $image_name; ?>"/>

Change it to:


<img border="0" width="200" 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...