| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
Magazines™
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,275
|
not sure about specifiying a region but you can put the text in associated text file and have that printed instead ie news link prints news.txt go to be a way to define in css you would have thought not something i have looked at but should be able to solve it. |
|
|
|
#5 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,214
|
using css and javascript. you'll have to define all the areas of your page with <div>'s and link two style sheets - one for media="screen" other media="print". media="screen" styles your page as normal print style sheet supresses all divs except for the bit you want printed. slightly dodgy if your uses will want to print the wole page at some point. i've just put a thing up for a client: http://www.flark.co.uk/beahforthouse/print_test/ - click enter, then about us and checl out the code in there. brn. button - href="javascript:printWindow()" |
|
![]() |