I have a header that I want to change. I tried going into my logowrap but it wouldnt let me do anything.
Is there a way I can put the html file somewhere and have it changed?
I have a header that I want to change. I tried going into my logowrap but it wouldnt let me do anything.
Is there a way I can put the html file somewhere and have it changed?
I also cant send my new header to my hosting site because its a png file. Winzip will not accept it so I have to figure out how to put this on my site by going past the process of loading it from my computer to my hosting.
I found the logowrap but I dont know the codes to stick an html in
No link to srr what you have???Is there a way I can put the html file somewhere and have it changed?
Zencart is a php application so there are no html page files to adhust
Most apply a header background with css
Zen-Venom Get Bitten
This is the header I want to use
http://www.apieceofthereef.com/test.html
I cant use winzip to send it to my program because its a php file.
When I go into my files includes/templates/darkness/css/stylesheet I click on 'view' then 'view as text' then 'edit' once I find
logowrapper this is what I put in but obviously its not working or I am not putting the code in right
#logoWrapper{
background-image: (http://apieceofthereef.com/test.html);
background-repeat: repeat-x;
background-color: #383E44;
height:144px;
}
If there was a way to override the php file then I could load it normally but I dont know how to do that so that is where I am stuck and trying to put it in manually
I'm not sure why Winzip is an issue. You would upload that image with an FTP program like Filezilla. Then edit the styleshheet as the tutorial directs.
#logoWrapper{
background-image:url(../images/1264913477.png);
background-repeat: repeat-x;
background-color: #383E44;
height:144px;
}
assuming you uploaded the image to the /images folder. In your case you'd want to change repeat-x to no-repeat and change the height to 110px.
Ok I finally got it to my server and uncompressed it but
what do I put here
#logoWrapper{
background-image:url(../images/1264913477.png);
background-repeat: repeat-x;
background-color: #383E44;
height:144px;
}
my image says "banner2"
does 'banner2.php' go in the place of the red numbers?
#logoWrapper{
background-image:url(../images/1264913477.png);
background-repeat: repeat-x;
background-color: #383E44;
height:144px;
Ok I tried that and it did not work
#logoWrapper{
background-image:url(../images/banner2.png);
background-repeat: repeat-x;
background-color: #383E44;
height:144px;
}
Last edited by lilguppy; 31 Jan 2010 at 04:35 PM.
When I go to look at the logo through my 'images' its a page full of this with numbers
FileZilla3/�������������������������������������������������������������������������