Click to See Complete Forum and Search --> : Print a table using Div tag


shanuragu
11-28-2003, 02:45 AM
Hi

Is it possible to print a table using a Div Tag .. something like id.print??

ie content enclosed with in the Div tag should be printed??

How can I do this. Please help it is very urgent.

shara

SnowCrash
12-03-2003, 08:24 AM
Hi

I'm not sure if I understand your post right, but if you want to print only the content of a specific element (your div.print) you can do this with css. Works only in new browsers, though.

1. create your normal style sheet with media="screen".
2. create a style sheet only for printing with media="print". Set all elements to display: none except your div.print