Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 11-04-2004, 07:26 AM Print Facility
Harlequin's Avatar
Extreme Talker

Posts: 166
Name: Mick
Location: Tenerife
Trades: 0
Hi guys

I'm used to providing a button on a wenpage that says "Print" and sure enough it does what it says.

But I wondered if there was a way to define a print area...? That way I can force a print request that only sends the relevant data and not the header and footer and all the navigational stuff.

Anyone else come accross this...?
Harlequin is offline
Reply With Quote
View Public Profile Visit Harlequin's homepage!
 
 
Register now for full access!
Old 11-07-2004, 06:31 PM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
Hello,

I think css can help you out here. Create a new external css page and link to it like this

<link rel="stylesheet" type="text/css" href="style/print.css" media="print" />

Mimic your current css page and change the displays to hidden and make all your colors printer friendly. Something like this;
Code:
body { 
    color : black; 
    background : white; 
    font-family : verdana,arial,sans-serif;
    font-size : 12pt;  
}

a { 
    text-decoration : underline; 
    color : blue; 
}

#logo,#header,#menu,#footer, {
    display : none;
}
I hope this helps,

Cheers,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Reply     « Reply to Print Facility
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19124 seconds with 12 queries