I'm using the following statement to display and html document in word. Response.ContentType = "application/msword"
This works. However i was trying to use a style in the table tag for example the following statment
<TABLE STYLE="page-break-after: always;">
However it does not work. Does anyone know of how i can force a page breaks when the page is in word. I assuming page-break-after: always does not work when its in word
This works. However i was trying to use a style in the table tag for example the following statment
<TABLE STYLE="page-break-after: always;">
However it does not work. Does anyone know of how i can force a page breaks when the page is in word. I assuming page-break-after: always does not work when its in word