Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Inserting Image/Graphic Center Area


graphicflasher

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted
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

  • 7 months later...
Posted
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

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...