interesting comments - taken on board
> PS > like the point of calling then .inc files - makes it clear > my standard is to start the name with inc > so I have > incPageTitle.csp > incButtons.csp > etc etc I made some so called standards for my naming conventions - all pages that were "includes" and contained CSP style code, all start with "inc" and the extension is ".CSP" - they were CSP style code but were ALSO "INCLUDES" (common code) example " incPageTitle.csp " " incButtons.csp " any code that is NOT csp related always had the extension ".INC" - they were simply "INCLUDES" (common code) " JustAPageTitle.inc " kev
