I have an html file, which has around 600 lines. each line is like this: \[code\]<center><a href="http://mylinkhere"target="_blank">blah blah blah text </a></center>\[/code\]I just want to split the file, into smaller files with 250 lines max each subfile.I have notepad++ but I don't know how to do that.I have to say that the original file I want to split is not always 600 lines, it might be 400, 580, 670 lines etc. and it's not complete with with HTML, HEAD and BODY tags, just the code I gave before.