how do you replace multiple lines of code in Kate?
The following is the original text:
<div id="image">
<br style="clear: left"/>
<br style="clear: left"/>
<br style="clear: left"/>
<!-- Begin logo -->
...
<!-- End logo -->
</div>
This is the text that I would like to have:
<div id="image">
<!-- Begin logo -->
...
<!-- End logo -->
</div>
Thank you.
Aucun commentaire:
Enregistrer un commentaire