Hi!
I'm using a Response.ContentType = "application/msword" to make my ASP page print in Microsoft word. There are two things I'd like to do.
One is that I would like to add the page numbers at the bottom of the pages that are created. It's not doing this right now, and I was hoping there is a simple way to do it.
The other is that my <td>s seem all out of sync. If I look at the page, it's fine, and the table datas are right, but in the word version, one column takes up most of the screen and there is only a little room for the other columns. Can anyone offer a suggestion?
Thanks!
I'm using a Response.ContentType = "application/msword" to make my ASP page print in Microsoft word. There are two things I'd like to do.
One is that I would like to add the page numbers at the bottom of the pages that are created. It's not doing this right now, and I was hoping there is a simple way to do it.
The other is that my <td>s seem all out of sync. If I look at the page, it's fine, and the table datas are right, but in the word version, one column takes up most of the screen and there is only a little room for the other columns. Can anyone offer a suggestion?
Thanks!