
11 May
2009
11 May
'09
7:56 p.m.
OK, this is what I came up with under WinWord: Bring up the Find and Replace Dialog Under Find What: choose Font Italic -- nothing else Under Replace With: choose Font Regular and then enter this string "<i>^&</i>" -- where "^&" is a special character sequence meaning "that string of text found by "Find What:" So what this does is match a stretch of italic font text, replace it with regular font text, and put the HTML italic markers before and after that stretch of text.