Inserting HTML document in Word

  • Thread starter Outlook_developer
  • Start date
O

Outlook_developer

Hi ,
I am inserting custom HTML document in a Word , putting addtional
information and sending out to clients. In the HTML , I want to add a page
break that Word can recognize .
Rightn now I am able to achieve this , by inserting a custom tag ,say called
<pagebreak>, in HTML and once I insert the HTML , I search for this tag and
then replace with Pagebreak thru a Macro . But this process is taking some
time .

Can someone tell me what escape character , I need to put in my HTML tht
Word will recognize and then page break . ( I saw something like manual Page
break in Word Help but i was not able to get the escape character for it )
 
C

CyberTaz

Hi-

Not a coder, but pokin' around I found this:

<br clear=all style='page-break-before:always'>

If not what you need, perhaps a pointer in the right direction.

HTH |:>)
 
O

Outlook_developer

Worked Great !! thanks !!

CyberTaz said:
Hi-

Not a coder, but pokin' around I found this:

<br clear=all style='page-break-before:always'>

If not what you need, perhaps a pointer in the right direction.

HTH |:>)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top