Printing HTML Tables between two pages with Windows NT 4.00

This is a discussion on "Printing HTML Tables between two pages with Windows NT 4.00" within the Web Page Design section. This forum, and the thread "Printing HTML Tables between two pages with Windows NT 4.00 are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 8th, 2005, 12:09
Junior Member
Join Date: May 2005
Location: Virginia US
Age: 30
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Printing HTML Tables between two pages with Windows NT 4.00

I have one main outer table with several nested inner tables in an html file. However, the problem I am facing has to do with printing HTML Tables between two pages with Windows NT 4.00 Operating System. The problem happens only in print mode, not in display mode.

Scenario:
I have an HTML file which spans over two pages when printed. In these two pages, a table is split in half, where we half of the table in the first page and the other half of the table on the second page. In print mode [Print preview or if you print a hard copy] if a table is in between two pages [say page 1 and 2], meaning not all the rows of the table fit in one page; the rest of the table will be print on the next page.

Problem:
The Operating System Microsoft Windows NT 4.00.1381 does NOT print the rest of the rows of the table in the next page. However, if I print the same page with Windows 2000 I don't have that problem.

Summary:
I am trying to find a solution in which I can print an entire HTML table that is between two pages with Windows NT OS. I try using the attribute rowspan or pushing the table down with the tag
, but none of this solutions work. Basically, I try to just print the entire table on the next page but I was not successful.


Does anybody have any suggestions or ideas on how to work around this problem?

Does anybody know why Windows NT can't print an entire HTML table between two pages, but Windows 2000 can?
Reply With Quote

  #2 (permalink)  
Old Jul 8th, 2005, 12:28
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
It sounds to me like a bug in IE on Windows NT4. Try updating IE on that Operating System.

If it is a bug in IE then there's nothing you can do to fix it... The page could be broken at any point and HTML/CSS do not allow you to specify page breaks as they were written for the Internet as opposed to printed media.

The only way around it would be to break the table and start again on the next page at a point which you know will be before the end of a page - you'll have to experiment with that!

Alternatively, someone using NT4 could upgrade, or use a different browser.
Reply With Quote
  #3 (permalink)  
Old Jul 8th, 2005, 12:39
Junior Member
Join Date: May 2005
Location: Virginia US
Age: 30
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the quick response

Sirkent,

I also thought it was the web browser, but after trying with IE version 5.50.4134.0600 and IE version 6.0.... for Windows NT I got the same results. So I am not sure if it is the web browser, the Operating System, or the printer driver [device] in Windows NT.

To tell you the true I would like to force the table to print only on the second page, without getting split. No matter if the table will be split between two pages or if the table would fit in the first table.


Please advice.
Reply With Quote
  #4 (permalink)  
Old Jul 8th, 2005, 13:18
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
You can use CSS to force a page break before the table.
Use this code on the table:-
Code: Select all
<table style="page-break-before:always">
This should sort you out!
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #5 (permalink)  
Old Jul 11th, 2005, 13:31
Junior Member
Join Date: May 2005
Location: Virginia US
Age: 30
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
THANK YOU

Rob,

Your suggestion help me fix the problem I was having when printing a table that splits between two pages. Everything is printing properly in Windows NT 4.0 and Windows 2000.

The problem is in the IE web browser running in Windows NT 4.0
Reply With Quote
Reply

Tags
printing, html, tables, between, two, pages, windows, 400

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vistors printing pages pepe_starr Web Page Design 12 Sep 17th, 2006 12:24
I'm converting my pages from HTML to CSS,,, Help me! ahm531 Web Page Design 9 Sep 6th, 2006 10:06
printing multiple pages benbacardi PHP Forum 8 Aug 8th, 2006 13:08
Tables & html Vs. CSS - help!? *Lorna* Web Page Design 4 Apr 28th, 2005 05:13


All times are GMT. The time now is 17:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43