Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / where's the dang html?

where's the dang html?

Locked

Views: 792

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Oct 2009, 11:30 PM
#1
ilsita avatar

ilsita

New Zenner

Join Date:
Sep 2009
Posts:
89
Plugin Contributions:
0

where's the dang html?

I just downloaded firefox, and the web developer, which is freakin' awesome. Now, it gives me the option of editing the html, as well as the css, and there is something I'd like to tweak in the html, but I have no idea how or where to upload it! I've scoured my files, and checked on firefox and looked in these forums as well as the faqs...

Is there some master html file somewhere I can't see? Do I have to do something tricky to find it?

Specifically, the problem I'm having is this: I have changed the name of one of my buttons, because I want it in a png instead of a gif. I've uploaded the button, and changed the name of it in my buttons definitions css, but it still won't take. But when I make the change in the html, and apply it, it "takes," but only as a preview. I have no idea where to upload the file or change the existing file.

help!

ilsita

13 Oct 2009, 12:59 AM
#2
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: where's the dang html?

If it was only that simple...

What you are seeing (and editing) with your Firefox tools, is just the output of the PHP scripts that run on your web server and generate new html code on-demand as each page is viewed.

You need to edit the PHP (and CSS) files to make your site look and behave differently.

Clear as mud?

13 Oct 2009, 1:09 AM
#3
ilsita avatar

ilsita

New Zenner

Join Date:
Sep 2009
Posts:
89
Plugin Contributions:
0

Re: where's the dang html?

Oh man, Kiddo, I had a feeling that was gonna be the answer... Thank you!

So, any suggestions for the button situation, then?

13 Oct 2009, 6:27 AM
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: where's the dang html?

Im your zc admin under tools you will find the developers toolkit

use the search tools there to find the name of the original image..
this will take you to where you can rename the define for the file to use

13 Oct 2009, 5:19 PM
#5
ilsita avatar

ilsita

New Zenner

Join Date:
Sep 2009
Posts:
89
Plugin Contributions:
0

Re: where's the dang html?

Merlinpa1969:

Im your zc admin under tools you will find the developers toolkit

use the search tools there to find the name of the original image..
this will take you to where you can rename the define for the file to use

Hi Merlin, Thank you. I think I have something odd going on, because changing the image name in the define buttons file was the first thing I did. It's working just fine for all the other buttons, but this single one just doesn't want to cooperate for some reason.

I'll keep futzing with it.

Thank you!