Hi, Hope someone can help.
I need to do a find and replace in calc on some HTML. The HTML is formatted with line breaks.
I need to replace the following
</p>
</div>
<!-- IMAGE WARNING BOX -->
with
</p>
</div>
</div>
<!-- IMAGE WARNING BOX -->
Essentially, I am inserting an extra </div>
, but I can’t get F&R to find the text.
</p></div><!-- IMAGE WARNING BOX -->
is not finding anything. Is there a character I need to insert in F&R to show a line break? Any pointers would be greatly appreciated.