replace non-breaking paragraph mark

  • Thread starter Song Su - Yahoo
  • Start date
S

Song Su - Yahoo

I'm using word 2002 (win xp sp2)

I have a big file full of non-breaking paragraph mark created by Shift+Enter
I want to search and replace it with regular paragraph mark (Enter)

what is the code to put in find box for non-breaking paragraph mark?

thanks
 
S

Suzanne S. Barnhill

^l is a line break (that's a lowercase L). Or click the Special button in
the dialog and choose "Manual Line Break."
 
J

Jay Freedman

The code in the Find box is ^l (that's a lower-case L).

You can find this and all the other special codes by clicking the More
button in the Find dialog, then clicking the Special button, and
selecting the item you want (in this case, Manual Line Break). The
correct code is automatically placed in the box.
 
Top