Results 1 to 2 of 2

Thread: modify image

  1. #1
    Join Date
    Oct 2008
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default modify image

    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

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I don't know about oscommerce but if you have the source code and you see something like

    PHP Code:
    <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:

    PHP Code:
    <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...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •