J
Jess
Hi,
I've created a classic asp page with tables. I use
Response.ContentType ="Application/vnd.ms-word"
Response.AddHeader "Content-Disposition","inline;filename=myWord.doc"
and it creates a word document. The problem is all the tables have borders
around them. How do I make it so the borders don't show. In the web page
cellspacing, cellpadding & border = 0. I even made the bgcolor & bordercolor
= white.
Hmmm!
I've created a classic asp page with tables. I use
Response.ContentType ="Application/vnd.ms-word"
Response.AddHeader "Content-Disposition","inline;filename=myWord.doc"
and it creates a word document. The problem is all the tables have borders
around them. How do I make it so the borders don't show. In the web page
cellspacing, cellpadding & border = 0. I even made the bgcolor & bordercolor
= white.
Hmmm!