-
HTML File?
I realize that this is probably a Beginner, Newbie question - but - I have managed to get my site up and running and I at least somewhat understand how to format things with CSS. The problem I am having is understanding how HTML and CSS link in Zencart - first of all where is the HTML file in Zencart? If I want to change what an attribute for instance is called as far as the tag - how can I do this? If someone could direct me to something to read or briefly explain this it would help me a HUGE amount. Thanks
-
Re: HTML File?
The HTML is generated on the fly by the php, so the HTML pages don't exist per se. What in particular did you want to change?
-
Re: HTML File?
Ok - that makes sense - I wanted to know how I went about adding Divs and classes and things along that line.
-
Re: HTML File?
Does anyone have any other info for me on where you define things the, things such as divs and tags. I know you style these things in the stylesheet through CSS but where do you define them - usually I thought this was through HTML.
-
Re: HTML File?
Anyone? Sorry to be a pain I think if I understand how this all functions a little better than I will be able to do a better job with our shop. Thanks!
-
Re: HTML File?
Like Afo said what pages or sections do you want to do this?
nomad
-
Re: HTML File?
Each page is composed of various parts and pieces that the PHP pulls together to generate the page on the fly. This process is controlled by the template files. To add or change the look of the shop you need to modify the template that controls that particular section or page.
To get started with a custom template please see the tutorials/FAQ.