Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    72
    Plugin Contributions
    0

    Default editing header_back.gif to .jpg

    hello, i cant seem to find where this file name is defined. Its the header banner accros the top of a website. i want to chqange the file name from header_back.gif to header_back.jpg.
    I have done a search using the tool devkit and found nothing.

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: editing header_back.gif to .jpg

    I think the reference to this will be in stylesheet.css (in the templates/css folder of the template you are using).

    Seems like you are using a custom template, becuase in a default install, the header background image is called header_bg.jpg .

    In my case, the CSS looks like this:

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}
    Anyway, look for header_back.gif in your CSS file(s). Change it to a JPG of your choice, and then make sure the actual image is loaded into the images folder in your template's images folder.
    20 years a Zencart User

  3. #3
    Join Date
    Sep 2008
    Posts
    72
    Plugin Contributions
    0

    Default Re: editing header_back.gif to .jpg

    aah thanks it worked great

 

 

Similar Threads

  1. Need help fixing quality when going from .JPG to .GIF and back to .JPG???
    By Gsk8r18 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 8 Mar 2011, 07:51 PM
  2. [Done v2.0.0] free.gif in images is a .jpg
    By torvista in forum Bug Reports
    Replies: 0
    Last Post: 30 Apr 2010, 12:08 PM
  3. SQL for Global Update of *.gif to *.jpg
    By schoolboy in forum General Questions
    Replies: 5
    Last Post: 25 Mar 2010, 06:09 PM
  4. Changing logo from gif to jpg
    By kydder1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Feb 2009, 05:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg