Remember what I said... ZC is not built with html, but PHP.
Sure... the HTML is cobbled together by the PHP, but you will work largely with PHP files and CSS to get the look and feel. eg: the width is controlled in the stylesheet.css file ---
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
What may be useful for you is to get a copy of the book (see adverts on this site).
Work through it, and also look in the FAQ and WIKI.
It will start to make sense in time... I promise!![]()



