Ok, couldnt figure out the best spot to post this question, so I'll try it here.
Rescently, I wrote some software in VC++, it does some nifty stuff, but thats not really the point persay. However, for the sake of learning asp.net/etc, I am going to re-write the program as a learning expierence as web application using asp.net, however part of what the program needs to do, is print out reports and mailing lables.
Just wondering, how would I approach this with HTML?
The first page of the report would need to have a header/title to it, then each page would need a small (like, 2 or 3-cm) header/footer on it with the content inbetween (landscape),
also, the mailing lables. I think I could fudge this one out with tables, but has anyone had any expierence in trying to generate print out / reports using HTML?