Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I insert image in pageHeading


jamescorp

Recommended Posts

Posted

I need to replace the text with an image that spans from the left column to the right, in one of the catalogue pages.

 

This is the code where I need to place the image.

 

<td class="pageHeading">Let's See What We Have Here</td>

 

Help?

 

James

Posted

sorry about that last respose

i didnt read it right :blush:

try this

 

define('HEADING_TITLE', '<img src="images/YOUR IMAGE ">');

 

in english/index.php

 

about line 35-38

Vertical Climb watch me loose grip an plumit!!

Posted
sorry about that last respose

i didnt read it right :blush:

try this

 

define('HEADING_TITLE', '<img src="images/YOUR IMAGE ">');

 

in english/index.php

 

about line 35-38

 

 

Thanks batteryrat but I still can't figure it out.

 

I need to replace the text "Let's See What We Have Here", with an image.

 

Also any idea of the size I need to make the image?

 

The page is :

http://www.bitsh.com.au/catalog/index.php?...5c5b81ef47dac03

 

Thanks

James

Posted
Thanks batteryrat but I still can't figure it out.

 

I need to replace the text "Let's See What We Have Here", with an image.

 

Also any idea of the size I need to make the image?

 

The page is :

http://www.bitsh.com.au/catalog/index.php?...5c5b81ef47dac03

 

Thanks

James

Hi you can try this .

// define('HEADING_TITLE', '<center><font face="Comic Sans MS"><i>Let\'s See What We Have Here</i></CENTER></font>');

define('HEADING_TITLE', '<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%">

<tr>

<td width="100%">

<p align="center">

<img border="0" src="/catalog/images/BANNERS/yourimage.gif" width="100" height="93" alt="lets see what we have here then" align="left"></td>

</tr>

</table>');

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Posted
Hi you can try this .

// define('HEADING_TITLE', '<center><font face="Comic Sans MS"><i>Let\'s See What We Have Here</i></CENTER></font>');

define('HEADING_TITLE', '<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%">

<tr>

<td width="100%">

<p align="center">

<img border="0" src="/catalog/images/BANNERS/yourimage.gif" width="100" height="93" alt="lets see what we have here then" align="left"></td>

</tr>

</table>');

 

 

Thanks Wise Wombat

 

I'm slowly getting there.

 

However now I have the image on all the catalogue pages and just not the 1 particular category page required.

 

Eg. Ring image should only be on the 'rings' page.

 

Is there a way tp separate this?

 

Regards

james

Posted
Thanks Wise Wombat

 

I'm slowly getting there.

 

However now I have the image on all the catalogue pages and just not the 1 particular category page required.

 

Eg. Ring image should only be on the 'rings' page.

 

Is there a way tp separate this?

 

Regards

james

Sorry James.

I thought You wanted a banner insert to replace the text.

To place an image on selected pages only where these pages are created through the database you will also need these images imported through the data base.

I dont know there might be a contribution available where you can insert your image through your admin when you create a new store catagory. >_<

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Archived

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

×
×
  • Create New...