hi
i'd like to clean up the source code for a long php document. the source code has many long line breaks - i.e., there are sometimes 5 or so empty lines in between lines of code. it makes reading the code more difficult. i'd also like the lines of code for this page to follow standard php indentation.
i generally use dreamweaver mx to code. i do small maintenance tasks in vi.
i tried commands>apply source formatting in dreamweaver, that only worked to a certain extent - i.e., the indentation looks like it has improved, although i still have many empty lines between lines of legitimated code.
is there a way to make my php document doublespaced in dreamweaver, or in some other text editor?
thanks again