Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-09-2002, 05:20 AM   PM User | #1
Roller
New to the CF scene

 
Join Date: Jul 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Roller is an unknown quantity at this point
Page Formatting

If anybody can help, please...
Is there any way to format webpage that has to be printed out, to get rid of hanging lines and table breaks?
I have a ASP-generated database report, that's gonna be printed out by users and its tablecells have always different heights.
Roller is offline   Reply With Quote
Old 07-09-2002, 05:47 AM   PM User | #2
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
If table cells height is the problem:

TD
{ white-space: nowrap;
}
or use &nbsp instead of space when generating the report.


for printing you can redefine your styles using

@media print {
TABLE
{
.......
}

TD
{
.......

}
}


For more on tabular data presentation see my page
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

Last edited by Vladdy; 07-09-2002 at 05:52 AM..
Vladdy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 03:37 PM.


Advertisement
Log in to turn off these ads.