Monday 5 September 2016

HTML CSS GREEN COMMENTS NOTEPAD++


-------------------------------------------------------------------------------------------------------------------------
READ MORE:
https://www.youtube.com/watch?v=Abqwpg5mp_U



Apr 5, 2017 5:52 PM

---------------------------------------------------------------------------------------------------------------------------------------- http://fbgadgets.blogspot.co.uk/2016/08/button-change-into-dropdown-menu.html
<!-- /*
* CSS COMMENT BOX
* ID OR CLASS USE ENGLISH LETTER
* FB GADGETS
*

*/-->
<style>
<!-- #A1{
background-color:Yellow;
}
#a1{
background-color:Red;
} -->
</style>
<!-- /*
* HTML COMMENT BOX
* I USE Stream Comment OPTION  NOTEPAD++ FOR THIS GREEN COMMENT
* GO TO Edit>Comment/UnComment>Stream Comment
* FB GADGETS
*

*/ -->
---------------------------------------------------------------------------
GREEN COMMENT REMOVE IN NOTEPAD++
---------------------------------------------------------------------------
1) CTRL+F
2) GO TO FIND AND REPLACE IN NOTEPAD++
3) AND TYPE /\*.*?\*/ OR TYPE 
4) CLICK RADIO BUTTON REGULAR EXPRESSION
5) CLICK CHECK BOX MATCHES NEW LINE
6)FOR REMOVE  HTML COMMENTS  <!--([^-]|-[^-])*-->    
6.1)FOR REMOVE  HTML COMMENTS USE THIS ^[#;].*
WHEN CODE STARTS WITH #Varien_Profiler::enable();
7)FOR REMOVE GREEN JAVA COMMENTS (.*)//(.*)

enter image description here

enter image description here
============================================================================
READ MORE:

http://stackoverflow.com/questions/8748313/is-there-a-way-to-delete-all-comments-in-a-file-using-notepad/11336041#11336041
remove html comments notepad++
REMOVE HTML COMMENTS IN NOTEPAD++
http://stackoverflow.com/questions/24048600/code-to-strip-html-comments-in-notepad-and-leave-only-code
http://stackoverflow.com/questions/5185983/delete-all-lines-starting-with-or-in-notepad

USE SAME METHOD  AND USE CODE
<!--([^-]|-[^-])*-->





delete all comments in a file using Notepad++?

COPY TEXT DROP DOWN MENU

Steps:

1. Open site.
2. Now you need to get HTML source of dropdown list:
For Firefox with Firebug: 
Right Click on HTML Dropdownlist, Select Inspect Element and In firebug, Right click and click copy InnerHTML option.
For IE8+:
Press F12, click arrow sign in developer tools and Select Dropdownlist. Now you will see html source is selected in developer tools, right click and click copy InnerHTML option.
For Chrome:
Right Click on HTML Dropdownlist, Select Inspect Element and In Developer Tools, you will see html source is selected. Right click and click Copy as HTML option.
3. Paste HTML source in Notepad++
4. Remove Select tag from top and bottom if exists
5. Put cursor at top of code and Press Ctrl + F
6. Go to Replace Tab and enter following info:
Find What:
<option[^>]*>([^<]*)</option>
Replace With:
\1\n
Select Regular Expression as Search Mode and click on Replace All. If options are already in new line then no need to use \n in Replace With option.
notepad++ find and replace
You will get all options in plain text. If there are a lot of options, It will save bunch of time.



-------------------------------------------------------------------------------------------------------------------------- NOTE PAD ++ SYNTAX HIGHLIGHTER FOR BLOGGER POST
https://youtu.be/5QCfKFcjkqw NOTEPAD++ REMOVE UNWANTED LINES http://fbgadgets.blogspot.co.uk/2016/08/how-remove-unwanted-lines-in-notepad.html
-------------------------------------------------------------------------------------------------------------------------

HTML CSS GREEN COMMENTS - YouTube

https://www.youtube.com/watch?v=Abqwpg5mp_U
4 mins ago - Uploaded by SAVE MONEY
http://fbgadgets.blogspot.co.uk/2016/08/button-change-into-dropdown-menu.html.

0 comments:

Post a Comment

FB Gadgets | Template Designed by Fatakat PhotosCoolBThemes.com
Code by : paid web directory

https://www.google.co.uk/search?q=site%3Ablogspot.com+fbgadgets