« Return to Thread: wp-print plugin for Dashboard?

Re: wp-print plugin for Dashboard?

by Andrew Ozz :: Rate this Message:

Reply to Author | View in Thread

Mike Walsh wrote:
> The other idea I had was to modify the CSS of the Dashboard such that
> only the content within the "wrap" DIV class is displayed but so far I
> am not having much luck with that either.

Perhaps you can start by adding a css media="print" with
#wphead, #footer, #adminmenu, #screen-meta {display:none;}
.wrap {position:absolute;top:0;left:0;width:8in;}
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: wp-print plugin for Dashboard?