coxis Posted February 16, 2010 Share Posted February 16, 2010 Hi there I am new to this so keep with me ha thanks if you have ... anyway I am trying to edit the size of the image through my header.php file... This is the line that concerns the logo I have tried what I can but thus far come to no conclusion other than I need help with it. <td class="logo"><a href="<?php echo tep_href_link('index.php')?>"><?php echo tep_image(DIR_WS_IMAGES.'logo.png')?></a> </td> I want to change the image size and the height withought having to go and idit the image.... On firebug it gives me the sizes and I can change but these sizes must be fed from the default sizes of the image and not actually there. Hope you can help James Link to comment https://forums.phpfreaks.com/topic/192245-newbie-question-about-changing-image-size/ Share on other sites More sharing options...
berridgeab Posted February 16, 2010 Share Posted February 16, 2010 Hi Doesn't setting <IMG WIDTH = '1000' HEIGHT = '1000'></IMG> stretch or shrink the image from its default size to what ever you set it to within the parameters above? I think thats what your trying to do. **EDIT**Im unsure what you are using when it comes to tep_image and tep_href, are you using some kind of CMS**EDIT** Link to comment https://forums.phpfreaks.com/topic/192245-newbie-question-about-changing-image-size/#findComment-1013084 Share on other sites More sharing options...
coxis Posted February 16, 2010 Author Share Posted February 16, 2010 Hi there yes I am using oscommerce Yes I see is that what I need how would I enter that into the script above? Regards JAmes Link to comment https://forums.phpfreaks.com/topic/192245-newbie-question-about-changing-image-size/#findComment-1013090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.