Thread: Printing
Results 1 to 1 of 1
Related
-
Css Printing Problem Forum: CSS Forum
Replies: 2 -
Page Printing Forum: HTML Forum
Replies: 3 -
Printing with CSS Forum: CSS Forum
Replies: 3 -
printing Forum: CSS Forum
Replies: 5
-
10-08-2004, 08:54 AM #1
Printing
I have lots of text in a <div> like this one:
div style="width: 200px; height: 200px; overflow: scroll; border: 5px dashed black; background-color: #ccc;">
This is where all the stuff goes.<br />
Add some more stuff, and instead of growing, it will have a scrollbar.
</div>
Can anyone tell me how can i create a buton to print only the text inside the <div>??
Thank you