J
josepe
Hello,
I want to do a Ms Word document in a ASP page.
I can do it, With the code lines:
/////
Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline; filename=OrderFax.doc"
////
With these lines all document content show like a Word document.
But i can not change the MARGINS of this Word document.And Default
left/right margins are very bigs.
I try it, change the <body> attributes and with styles, but this don't work,
the margins are always the same.
How can i modify the margins of word document?
I should do this with another method?
Can I modify PC client settings to change the defaults margins of word
document create througt the web?
Some idea?
Thanks a lot.
I want to do a Ms Word document in a ASP page.
I can do it, With the code lines:
/////
Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline; filename=OrderFax.doc"
////
With these lines all document content show like a Word document.
But i can not change the MARGINS of this Word document.And Default
left/right margins are very bigs.
I try it, change the <body> attributes and with styles, but this don't work,
the margins are always the same.
How can i modify the margins of word document?
I should do this with another method?
Can I modify PC client settings to change the defaults margins of word
document create througt the web?
Some idea?
Thanks a lot.