Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help!!!


webnar

Recommended Posts

Can someone help me to place some background images in my store???

 

Webnar

Try editing this line in catalog/includes/header.php around line 56

 

<td valign="middle"><center><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'mystoreimage.gif', 'Welcome to my Store') . '</center></a>'; ?></td>

 

And then Just replace the mystoreimage.gif with your own.

 

Then for body back ground try this.

edite text in the stylesheet.css

look for

 

 

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

 

Then add the lines below:

 

background-image: url(images/myimage.jpg);

background-repeat: repeat;

background-attachment: fixed;

 

Then for the header back grouund

look for:

 

TR.header {

background: #ffffff;

 

Then add the lines below:

 

background-image: url(images/myimage.jpg);

background-repeat: repeat;

 

then replace the myimage.jpg with your own.

hope that helps. :sweating:

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...