I have more than 100 html files and need to delete two lines within
the code. The two lines are not always in the same line #. I want to
delete this two lines of code from every html files but it have been
difficult because the code have three different numbers.

Examples:

001.html
<form style="float: left;" action="614.html" method="get">
<input name="commit" type="submit" value="Back" /></form>

002.html
<form style="float: left;" action="pulm123.html" method="get">
<input name="commit" type="submit" value="Back" /></form>

003/html
<form style="float: left;" action="pulm495.html" method="get">
<input name="commit" type="submit" value="Back" /></form>

How do I delete this two lines from every html file? Each html file
has a different number in its code.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

Reply via email to