Hello.
I have an ASP page that require printing.
The page is about showing some data from database.
I use the simple javascript printing :
javascript:window.print()
The page design use some css templates.
Well it does print. But it only prints the images and the texts.
The print out seems dont load the css.
Can anybody have the solution so i can print the page exactly as it is shown on the browser.
Many thanks for the help.
Hi , check how did you attached the style sheet.
e.g.
you should add media="all" definition in order styles not to be ignored.
Good luck