Hi folks I am trying to figure out how to set up a print.css page.
I have this and it is not doing what I want.
I want to get rid of all images and print the page text only inside a bordered area.with a width of half the page and a black border around it.Code:#print-button { display: none; } html{width:50%;border:1px solid black;}
How would this be done if the page is say 1400px wide,has a table about that width and has colors to the table.



Reply With Quote

Bookmarks