View Single Post
 
Old 02-18-2014, 06:22 AM
wrdy wrdy is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Jan 2014
Posts: 31
wrdy is on a distinguished road
Default

Quote:
Originally Posted by eNGiNe View Post
If you use separate styles for terms and definitions (the way HTML has the dt/dd pair, for instance) you can include the rule in the style definition for the terms.

Given that you include html in your post, you could also use CSS to apply styling there – as long as you've applied styles in the Word file for the html conversion to pick up.
Are you saying that a horizontal rule can be applied with styles?

What I ended up doing was:

1. save docx file as filtered html
2. open html file with notepad, copy contents into a new docx file
3. Find:</p>, Replace:</p><hr>
4. copy contents into new notepad file and save with html extension
5. open html file with Word and save as docx file

This did the job.
Reply With Quote