Hi gregg
X-cart pages are made up of lots of small chunks of html which you will find under "Edit templates" in X-cart admin.
For instance, the template file head.tpl controls what appears at the top of the page, and skin1.css is the css file for the whole site.
Personally I edit code directly in the template editor, I believe you can edit templates in Dreamweaver but make sure it doesn't interfere with the code or you might stop your store working. Using a text editor is usually the best bet.
|