I want to do is to minimized
those specific lines in my html codes in my page in order for me to work without being confuse where to find that specific code. For example:
Asked
Active
Viewed 492 times
0

jww
- 97,681
- 90
- 411
- 885

user3763580
- 3
- 2
-
And what is your question? Have you tried to click on the symbol you discribe? – Toto Jun 23 '14 at 18:17
-
@M42 yea but it minimize too the html code that i didnt want to minimize – user3763580 Jun 23 '14 at 18:36
-
@M42 my problem is i cant minimize just the part of code that i need – user3763580 Jun 23 '14 at 18:36
-
The word you are looking for is line folding. (to help search). You may need to "Define your own Language". [This question](http://stackoverflow.com/questions/3761206/notepad-user-defined-regions-with-folding) has some interesting answers: . See also: [this question](http://superuser.com/questions/626194/how-to-use-codefolding-feature-of-notepad-for-normal-text-documents) on SuperUser. – Nivas Jun 23 '14 at 19:39
1 Answers
0
Try this:
- Select al the lines you want to minimize
- Right click over the text/lines selected
- choose the last option of the contextual menu "hide lines"
This will hide all the lines selected

Diego
- 485
- 3
- 8