Anyone have a good HTML editor?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharden3
    Contributor
    • Jul 2008
    • 916

    Anyone have a good HTML editor?

    I need one. I'd like to have one that is good in function and use of it's interface. Anything cool out there?
  • Brosert
    New Member
    • Jul 2008
    • 57

    #2
    I guess it depends what you want in an HTML editor.
    There are a few (free) ones available if you google "HTML Editor"

    Comment

    • oler1s
      Recognized Expert Contributor
      • Aug 2007
      • 671

      #3
      What matters for anyone with a bit of technical expertise is the code editor. You’ll be writing the design up by hand, so any plain text editor will do. Here’s my advice, don’t look for (or rather, limit yourself to) editors that sport fancy HTML support. Good editing and syntax highlighting matter. Everything else is with your browser or your head.

      Comment

      • tharden3
        Contributor
        • Jul 2008
        • 916

        #4
        Originally posted by oler1s
        What matters for anyone with a bit of technical expertise is the code editor. You’ll be writing the design up by hand, so any plain text editor will do. Here’s my advice, don’t look for (or rather, limit yourself to) editors that sport fancy HTML support. Good editing and syntax highlighting matter. Everything else is with your browser or your head.
        alrighty, cool. I did actually find an HTML editor that is a widget in Opera. The HTML is hand-written (just as if you were to do it in notepad or wordpad). The CSS can be automated, and let's you fill in what you need. I cringed when I first looked at it, but it does let you read the actual CSS code after you've decided what you want. So I'd still be able to learn CSS and modify the code by hand as with any simple text editor. It's a handy little tool.

        Comment

        • henryrhenryr
          New Member
          • Jun 2007
          • 103

          #5
          I use context http://www.contextedit or.org/

          Comment

          • tharden3
            Contributor
            • Jul 2008
            • 916

            #6
            Originally posted by henryrhenryr
            I use context http://www.contextedit or.org/
            yay, someone who gave me a straight answer I'm looking for! You deserve a cookie man.

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              I used Context in the past. I use Notepad++ now when I'm in Windows.

              Comment

              • tharden3
                Contributor
                • Jul 2008
                • 916

                #8
                Originally posted by drhowarddrfine
                I used Context in the past. I use Notepad++ now when I'm in Windows.
                cool. Notepad's all I really need I guess.

                Comment

                • drhowarddrfine
                  Recognized Expert Expert
                  • Sep 2006
                  • 7434

                  #9
                  That's Notepad++, not Windows Notepad.

                  Comment

                  • tharden3
                    Contributor
                    • Jul 2008
                    • 916

                    #10
                    Originally posted by drhowarddrfine
                    That's Notepad++, not Windows Notepad.
                    yea, definitely .

                    Comment

                    • Markus
                      Recognized Expert Expert
                      • Jun 2007
                      • 6092

                      #11
                      InType is great.

                      It has this nifty feature Code Snippets. It vastly shortens the amount of writing needed, lessening the repetition of writing html (and other programming languages, for that matter).

                      Comment

                      Working...