473,385 Members | 1,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Printing problem

I'm using css for page layout and a table for tabular data on an asp page.
all displays correctly on the monitor, but when printed all pages after the
first page are blank. this occurs in preview or when printed. the number of
pages appears to be correct, but are blank. also the last row on the first
page is split, with only the top being printed. can anyone help me out here?
Jul 20 '05 #1
6 3164
Snuffy Smith wrote in
<40**********@newspeer2.tds.net>
I'm using css for page layout and a table for tabular data on an asp
page. all displays correctly on the monitor, but when printed all
pages after the first page are blank. this occurs in preview or when
printed. the number of pages appears to be correct, but are blank.
also the last row on the first page is split, with only the top being
printed. can anyone help me out here?


URL?

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.
Jul 20 '05 #2
http://www.vermonttreasurer.gov/uncl...wnerSearch.asp
and enter a name like smith to get a long list.

thanks

"PeterMcC" <pe***@mccourt.org.uk> wrote in message
news:40***********************@ptn-nntp-reader02.plus.net...
Snuffy Smith wrote in
<40**********@newspeer2.tds.net>
I'm using css for page layout and a table for tabular data on an asp
page. all displays correctly on the monitor, but when printed all
pages after the first page are blank. this occurs in preview or when
printed. the number of pages appears to be correct, but are blank.
also the last row on the first page is split, with only the top being
printed. can anyone help me out here?


URL?

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #3
Snuffy Smith wrote in
<40********@newspeer2.tds.net>
"PeterMcC" <pe***@mccourt.org.uk> wrote in message
news:40***********************@ptn-nntp-reader02.plus.net...
Snuffy Smith wrote in
<40**********@newspeer2.tds.net>
I'm using css for page layout and a table for tabular data on an asp
page. all displays correctly on the monitor, but when printed all
pages after the first page are blank. this occurs in preview or when
printed. the number of pages appears to be correct, but are blank.
also the last row on the first page is split, with only the top
being printed. can anyone help me out here?
URL?

http://www.vermonttreasurer.gov/uncl...wnerSearch.asp
and enter a name like smith to get a long list.


Initial thoughts - it's something to do with the way IE fails to deal with
tables that span the page break. There's something rattling around in the
back of my head about nested tables causing this problem. It's OK in all the
other browsers that I've tried.

And what's worse is that I don't appear to have any unclaimed property in
Vermont :(

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #4
"Snuffy Smith" <ds*******@yahoo.com> wrote in
comp.infosystems.www.authoring.stylesheets:
I'm using css for page layout and a table for tabular data on an asp page.
all displays correctly on the monitor, but when printed all pages after the
first page are blank. this occurs in preview or when printed. the number of
pages appears to be correct, but are blank. also the last row on the first
page is split, with only the top being printed. can anyone help me out here?


No, no one can, based on the information given.

It could be the page itself; what's the URL?

It could be your browser; what name and release number?

It could be your operating system; which is it?

It could be something else, but those three are the most likely.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #5

"Snuffy Smith" <ds*******@yahoo.com> wrote in message
news:40**********@newspeer2.tds.net...
I'm using css for page layout and a table for tabular data on an asp page.
all displays correctly on the monitor, but when printed all pages after the first page are blank. this occurs in preview or when printed. the number of pages appears to be correct, but are blank. also the last row on the first
page is split, with only the top being printed. can anyone help me out here?


Here's my penny's worth:

Are you using a setup like this...

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

...?

which will substitute a different style sheet for printing.

BTW win98se / ie5.5 print preview pane crashes!

HTH
RU
Jul 20 '05 #6
http://www.vermonttreasurer.gov/uncl...wnerSearch.asp
and enter a name like smith to get a long list.

occurs in IE and the latest mozilla and firefox on windows.

thanks

"Stan Brown" <th************@fastmail.fm> wrote in message
news:MP************************@news.odyssey.net.. .
"Snuffy Smith" <ds*******@yahoo.com> wrote in
comp.infosystems.www.authoring.stylesheets:
I'm using css for page layout and a table for tabular data on an asp page.all displays correctly on the monitor, but when printed all pages after thefirst page are blank. this occurs in preview or when printed. the number ofpages appears to be correct, but are blank. also the last row on the firstpage is split, with only the top being printed. can anyone help me out
here?
No, no one can, based on the information given.

It could be the page itself; what's the URL?

It could be your browser; what name and release number?

It could be your operating system; which is it?

It could be something else, but those three are the most likely.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/

Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
1
by: DCraig | last post by:
I'm having problems printing to a line printer from both Crystal Reports and SQL Server reporting services using dotnet. When I try and print a report from an application with Crystal I get the...
5
by: Stefania Scott | last post by:
I am trying to print a word document from Access. The code I've written works well in my computer but does not in the one were it is needed. Here the piece of code: 'doc path strObjectPath =...
5
by: C-Services Holland b.v. | last post by:
Hi all, I've run into a problem trying to print from vb.net (2002) in Windows 98. To test it I've setup a single form with a button and the following code: 'the form has a button called...
1
by: hamil | last post by:
I am trying to print a graphic file (tif) and also use the PrintPreview control, the PageSetup control, and the Print dialog control. The code attached is a concatination of two examples taken out...
2
by: Teemu | last post by:
I have an application created with VB6 and now I'm converting it to VB 2005. Conversion is not so simple because printing is so much different. In my app I have Timer-component, which is creates...
2
by: Sukh | last post by:
Hi I am stuck with a problem Can anyone help me out from this... I am printing a report on pre-printed continue paper using dot-matrix printer using vb.net. Data is printing on all the...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
18
by: Brett | last post by:
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.