I have thousands of dictionary entries in a Word doc each separated as a paragraph. I now want to separate each entry with a horizontal rule. Can I automate this with Find & Replace?
Find:^p (paragraph mark)
Replace:
What do I need to replace with to create a horizontal rule? The HTML for the horizontal rule is:
HTML Code:
<hr size=2 width="100%" align=center>