Quote:
Originally Posted by AThirstyMind
I need to find an html editor.
|
If you're looking for a text editor (as opposed to a WYSIWYG authoring tool), I would recommend Microsoft's Visual Web Developer Express, which is a free download from Microsoft.
It's mainly intended for people who are happy to type HTML (or CSS) by hand, but it gives a lot of assistance. For example, if you type
<a, it assumes you are starting a link, so it pops up a little menu from where you can choose items such as "href", etc.
Similarly, if you type any opening tag, it automatically inserts the corresponding closing tag. Plus it uses colour coding so that you can see at a glance which are tags and which are text.
There are many similar (free) tools available. VWD is the one I use most