graphicflasher Posted November 16, 2006 Posted November 16, 2006 I need to know how one can add an image/graphic...below the welcome guest info...but above..the what's new for Nove..section... Any help would be greatly appreciated... Thank you... PD
bill110 Posted November 16, 2006 Posted November 16, 2006 find this in catelog/index.php <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> add this right after using any alignment you need <tr> <td><?php echo tep_image(DIR_WS_IMAGES . 'your_image.gif'); ?></td> </tr> make sure your image is in the catelog/images directory My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
ChristianHepworth Posted November 16, 2006 Posted November 16, 2006 I have added images to my site by placing them in the includes/languages/english/index.php file. Add the image HTML tage to the following; define('TEXT_MAIN', ' image somewhere in here '); This should put the image in the place that you want
graphicflasher Posted November 16, 2006 Author Posted November 16, 2006 find this in catelog/index.php <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> add this right after using any alignment you need <tr> <td><?php echo tep_image(DIR_WS_IMAGES . 'your_image.gif'); ?></td> </tr> make sure your image is in the catelog/images directory Thank you for your help..still am having issue trying to get my image centered...I only have a few things left to finish on the site..I am going to install a new footer..that combines a few things..i.e., phone numbers..and the oscommerce link..etc..check it out..would appreciate any advice...takeout... Again..ty..PD
ahoka Posted July 2, 2007 Posted July 2, 2007 Thank you for your help..still am having issue trying to get my image centered...I only have a few things left to finish on the site..I am going to install a new footer..that combines a few things..i.e., phone numbers..and the oscommerce link..etc..check it out..would appreciate any advice...takeout... Again..ty..PD Hi gys i saw the site with sushi pics on top. looks great! Can you let me know how you pu the pics on the right hand corner. thank you so much. I have been searching for that. cassia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.