Allstories
05-10-2003, 07:35 PM
I'm designing a site that uses SHTML, but whenever I try to name my pages with the SHTML extension, I just get a file called mypage.shtml.txt. Did I miss something?
|
View Full Version : Argh... Allstories 05-10-2003, 07:35 PM I'm designing a site that uses SHTML, but whenever I try to name my pages with the SHTML extension, I just get a file called mypage.shtml.txt. Did I miss something? Charrey 05-10-2003, 07:51 PM Some editors automatically stick .txt on the end of things with endings like .shtml and .inc You just need to rename them and take off the .txt Dude128 05-11-2003, 02:25 AM if you're using Notepad, make sure you have "All Files" selected under file type. if it still adds the .txt, try putting it in quotes, "yourfilename.shtml" with All Files selected zangerbanger 05-11-2003, 02:43 AM Save your file as this: "file.shtml" <--- WITH QUOTATIONS! |