Jeremy,
Thanks for your prompt reply!
I have put the following at the bottom of my css:
@media print {
/* All your print styles go here */
#header, #footer, #comments, #sidebar, #nav { display: none !important; }
#content { display:block ;
margin-left:0;
float:none;
width:auto;
}
}
Still, when I use the sharedaddy print button, I get the entire page.
How does the plugin know to find/use my css?
Thanks,
jan