Remove Blank Lines from file with dreamweaver
Jul0
1) select an entire blank line (click on the line number)
2) with the blank line selected do a find and replace (ctrl f)
3) replace the blank line with some unique character string (i.e. —–) string shouldn’t occur any were else in the file
4) replace all no this will get rid of all line breaks, but they will now be replaced by —–
5) open a file that contains a blank line, select it and copy it (ctrl c)
6) go back to your original file
7) select —–
find and replace (ctrl f)
9) paste the blank line in the replace with field
10) replace all
add .html file extension to php code coloring and hints for dreamweaver
Jul0
so you have apache set up to parse .html files as if they were php ( see http://answers.ironlasso.com/?p=6) Now you want dreamweaver to code color them like it does .php files. Here’s what you do
to add .html extension to php code coloring and hints
-open MMDocumentTypes.xml somewere under program C:\Program Files\Macromedia\Dreamweaver 8\Configuration\DocumentTypes
search xml file for .php
-add .html extension to php
-remove it from html