Recognize .hta as .htm

Recognize .hta as .htm

6
NewbieNewbie
6

    May 08, 2005#1

    I've yet to find an editor that will recognize .hta as .htm. I've searched the UE Help files and these forums as well as played with the ini file. All with no results.

    I know I can set an hta to the syntax highlighting of an html file each time I open it but a permanent fix would sure be nice.

    Any suggestions?

    63
    Advanced UserAdvanced User
    63

      May 09, 2005#2

      Hi grph
      but a permanent fix would sure be nice
      Someone said "nothing is permanent" but I don't know who!

      Here is a quick work around that will work on your system.
      Edit your "Wordfile.txt" << make a backup so you won't curse me out later >>

      Code: Select all

      /L3"HTML" HTML_LANG Nocase Noquote Block Comment On = <!-- Block Comment Off = -->  File Extensions = HTM HTML SHTML HTT HTX JSP PHP PHTML ASP
      Add HTA to the end of line, right behind ASP

      Code: Select all

      File Extensions = HTM HTML SHTML HTT HTX JSP PHP PHTML ASP HTA
      When you upgrade to a new release make sure to answer "Replace Wordfile" answer NO!!! The new Wordfile will be saved as Wordfile.new!!!

      Hope this Helps

      6
      NewbieNewbie
      6

        May 09, 2005#3

        Perfect, thank you MrBillG