Forum Moderators: open
start your ASP with:
Response.Buffer = True
Response.ContentType = "application/vnd.ms-word"
Response.AddHeader "content-disposition", "inline; filename = WhatICallthedoc.doc"
Then simply do your hodgepodge of html and response.writes, with whatever style references, etc...