Hi floyd
May i suggest that you implement a printer friendly version link on each of the pages of the site. What this will do will strip out all the side menu bars that always mess up printing. This will be very useful on the discussions and the reviews section.
Sun do this all over the Javasoft site and is it so simple to implement.
-
HELPFUL SUGGESTION: Need a printer friendly link (6 messages)
- Posted by: Peter Delahunty
- Posted on: September 05 2000 11:31 EDT
Threaded Messages (6)
- HELPFUL SUGGESTION: Need a printer friendly link by Floyd Marinescu on September 07 2000 15:24 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Abdulla J on September 11 2000 07:35 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Floyd Marinescu on September 11 2000 10:28 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Abdulla J on September 13 2000 01:37 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Peter Delahunty on September 12 2000 13:25 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Floyd Marinescu on September 14 2000 01:58 EDT
- HELPFUL SUGGESTION: Need a printer friendly link by Floyd Marinescu on September 11 2000 10:28 EDT
-
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: September 07 2000 15:24 EDT
- in response to Peter Delahunty
Thanks for the suggestion, I will look into what it would take to implement this.
Floyd -
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Abdulla J
- Posted on: September 11 2000 07:35 EDT
- in response to Peter Delahunty
Hi,
Pls.suggest me the way to implement a printer friendly version link on each of the pages of the site.
Abdulla -
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: September 11 2000 10:28 EDT
- in response to Abdulla J
On each pages of which site Abdulla, TheServerSide? -
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Abdulla J
- Posted on: September 13 2000 01:37 EDT
- in response to Floyd Marinescu
Hi,
I just wanna to know the way to implement printer friendly version of any site.
Abdulla -
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Peter Delahunty
- Posted on: September 12 2000 13:25 EDT
- in response to Abdulla J
Simple or at least it should be
I am presuming that the serverside.com pages are made up of html components
for example the TOP navigation, the LEFT navigation and this bit the middle. Then when the page are build the jsp merely includs the bits it wants.
The problem with printing these pages is that the left hand nav will offset the printing so that the middle bit (the bit you want) is off the page. so all you have to do to implement the printer friendly page is to not include the LEFT hand nav when the jsp page is built.
simple. provided they are using this component model. -
HELPFUL SUGGESTION: Need a printer friendly link[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: September 14 2000 13:58 EDT
- in response to Peter Delahunty
In our case Peter, it is not that simple (not using that model), but it is doable, and I will have it added to our list of feature adds.
Floyd