Hi,
I have a site where the HTML is just a mess (generated by SharePoint designer).
I need to print the the page, but it looks like crap in IE7/8 print preview, so I need to use
<style type="text/css" media="print">
to alter some tables, divs etc, but a lot of the elements have no class or ID. Is there a way to use the print stylesheet and jQuery together to find elements? When I search on Google, most of the links are about switching stylesheets.
Thanks in advance.