dpeterson
Posts: 13
|
| Posted: 11/09/2007, 10:50 AM |
|
Hi there!
I have a question for anyone exporting HTML tables to MS Word. We are working with VBScript/ASP.
I use this line of code to export an .ASP file into MS-Word:
Response.ContentType = ("application/msword")
My question is this. In this asp page we have lots of tables with a collapsed style
( CCS Style: "BORDER-COLLAPSE: collapse" ). However, in MS-Word the collapsed style does not translate. It looks like you can make a collapsed border in MS-Word by changing the
"Borders and Shading" properties of the table, but the user has to do that after-the-fact.
Is there anyway to have a collapsed table translate as such to MS-Word?
Thanks!
Dan
|
 |
 |
|