Silvia K.
|
| Posted: 03/18/2002, 11:43 AM |
|
I'd like to be able to use .shtml files instead of the .html ones when generating ASP & templates. Is there a way to set this in CodeCharge before I generate my files? What I did is that I renamed my .html file into .shtml and then changed sTemplateFileName = "directory.shtml" in my .asp file. Unfortunately didn't work.. Do I need to change the file extension somewhere else as well. I'll appreciate!
|
|
|
 |
Nicole
|
| Posted: 03/19/2002, 4:42 AM |
|
Silvia,
it seems to me that currently CC doesn't allow to customize .html file extension.
I think you should do it manually
|
|
|
 |
Silvia
|
| Posted: 03/19/2002, 9:14 AM |
|
Nicole,
Thanx for replying to my question about .shtml. When you say change it manually, do you know where else should I go change it except in sTemplateFileName = "whatever_filename.shtml" in my .asp file? I changet it only there and it still didn't work, so I think there must be some other file that I need to update with the new extension..
I'll appreciate!
|
|
|
 |
Nicole
|
| Posted: 03/20/2002, 1:01 AM |
|
Silvia,
changing .html extension in corresponding .asp file should be enough to display .asp page. But to use header and footer page you should edit header.html and footer.html in common.asp
|
|
|
 |
|