hey all, recommend me some very simple and basic, free software to edit an html site, to make changes in multiple pages at once.
Notepad++ is the best available for windows.It supports most programming languages ,easy to use and free...what else do you need.Or you can start with dreamweaver if you do not have good programming knowledge.
Same change on multiple pages at once? Ultraedit. Better yet, learn to create your pages in PHP, and include external files. That way, when you make a change in the external file, all files that include that external file have that change.