Looking for text editor for editing html code?

koba_p

New member
I search text editor wich will let me tu paste 01, 02, 03, 04... numbers in every text line of my html document. For example,

from this:


<img src="http://site/folder-A/.jpg">
<br>
<a href="http://site/folder-B/.jpg">Click</a>
<br>
<br>
<img src="http://site/folder-A/.jpg">
<br>
<a href="http://site/folder-B/.jpg">Click</a>
<br>
<br>


I WANT TO MAKE THIS:


<img src="http://site/folder-A/01.jpg">
<br>
<a href=" http://site/folder-B/01.jpg">Click</a>
<br>
<br>
<img src="http://site/folder-A/02.jpg">
<br>
<a href=" http://ite/folder-B/02.jpg">Click</a>
<br>
<br>


Please tell me how to do this?

I tried Microsoft Word - find every “/.” of my document and then rename it in “/01.” then in “/02.” but it will take me an age because I have to make a lot of lines!

Thank you so much!
 
Back
Top