-
1. Re: Is there a way to mark my place in code view?
370H55V May 21, 2011 7:06 PM (in response to jl2000)DW has something (IMHO) far better.
Code Collapse.
Scroll over a block of code (a table for instance - from <table> to </table>.
To the left you'll see a little square with a - in it. Click the square and the whole table collapses into a single button. Do that for each element of the page and pretty soon 1200 lines are about 50 and really easy to work with. Save the document and when you re-open it the collapsed code stays collapsed.
-
2. Re: Is there a way to mark my place in code view?
Nancy O. May 22, 2011 11:18 AM (in response to jl2000)Insert comments into your code. Use Find (Ctrl+F), current document, source code to jump back to where you need to go.
/**this is a CSS comment**/
<!--this is an HTML comment -->
//this is a JavaScript comment//
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb




