|
Whichever template applications or server includes you may have used, the result is an HTML or XHTML document. HTMPL is the name of the template application and sets of scripts, but, in the end, HTMPL generates a HTML document, and this is to be seen by the user, so that this is important when we try to debug HTML, CSS or javascript codes.
In other words, show us the document as you see it when you use View -> Page Source (in FF) or View -> Source (in IE) from the browser's toolbar.
|