Remove The Url, Date,page No While Taking Print
i have content inside the div , div id print_my_content, i want to print content inside the print_my_content DIV, And i dont want to print the URL, Date, Page no , my present scr
Solution 1:
You should use CSS.
Your normal css file will leave the elements (divs, spans, whatever) visible, but your "@media print" file will set them to "display:none".
Post a Comment for "Remove The Url, Date,page No While Taking Print"