473,772 Members | 2,402 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splitting image at page break disappears when printing.

I'm trying to print a simple catalogue of products but where an image
straddles a page break, the image either disappears completely or else
the first half prints at the bottom of the page but the second half
does not print at the top of the following page.? Huh.?

The single image for each record is contained inside of a table with a
simple construct. No rowspans just an ordinary <td> placement.

The output can be viewed at:

http://www.seaport.co.za/cat7.asp

Any suggestions please.....?

thanks

.les.
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
Les Juby le*****@anti-spam.iafrica.co m
Webpro Internet - - - Prosoft Microsystems
Durban, KwaZulu-Natal, South Africa
P.O.Box 35243, Northway 4065, South Africa
Tel: +27 31 563-8344 Fax: +27 31 564-4928
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
(you *do* know to take "anti-spam" out the address....?
Jul 23 '05 #1
6 5175
Les Juby wrote:
Any suggestions please.....?


Yeah - use PDF for publishing stuff to be printed. Browsers' support for
printing is poor, and HTML isn't designed for it. Possibly try Opera, as
that's alleged to have relatively good printing functionality.

--
Mark.
http://tranchant.plus.com/
Jul 23 '05 #2
Mark Tranchant wrote:
Les Juby wrote:
Any suggestions please.....?


Yeah - use PDF for publishing stuff to be printed. Browsers' support
for printing is poor, and HTML isn't designed for it. Possibly try
Opera, as that's alleged to have relatively good printing
functionality.


HTML is very muchd designed for printing (and display on screen, and
text-to-speech, and so on). It may not look terribly fixed, or terribly
nice (for that, CSS is just not advanced enough, especially in its
implementation) but it can get the job done well.

--
Google Blogoscoped
http://blog.outer-court.com
Jul 23 '05 #3
On Thu, 30 Sep 2004 16:32:09 +0100, Mark Tranchant
<ma**@tranchant .plus.com> wrote:
Les Juby wrote:
Any suggestions please.....?


Yeah - use PDF for publishing stuff to be printed. Browsers' support for
printing is poor, and HTML isn't designed for it. Possibly try Opera, as
that's alleged to have relatively good printing functionality.


Absolutely. * BUT*, to publish to PDF you have to print to the PDF
driver from the HTML and you're back at the same problem. Or have I
got it wrong somewhere...?

I think this can be done with @media: page CSS-2 commands..?
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
Les Juby le*****@anti-spam.iafrica.co m
Webpro Internet - - - Prosoft Microsystems
Durban, KwaZulu-Natal, South Africa
P.O.Box 35243, Northway 4065, South Africa
Tel: +27 31 563-8344 Fax: +27 31 564-4928
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
(you *do* know to take "anti-spam" out the address....?
Jul 23 '05 #4
On 30 Sep 2004 15:40:28 GMT, "Philipp Lenssen" <in**@outer-court.com>
wrote:
Mark Tranchant wrote:
Les Juby wrote:
> Any suggestions please.....?


Yeah - use PDF for publishing stuff to be printed. Browsers' support
for printing is poor, and HTML isn't designed for it. Possibly try
Opera, as that's alleged to have relatively good printing
functionality.


HTML is very muchd designed for printing (and display on screen, and
text-to-speech, and so on). It may not look terribly fixed, or terribly
nice (for that, CSS is just not advanced enough, especially in its
implementation ) but it can get the job done well.


Uuuuh... OK. I think it's CSS-2 that's needed. @media:page or
something which will pagebreak if the table (which contains the image)
is too big. Any examples anywhere.?
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
Les Juby le*****@anti-spam.iafrica.co m
Webpro Internet - - - Prosoft Microsystems
Durban, KwaZulu-Natal, South Africa
P.O.Box 35243, Northway 4065, South Africa
Tel: +27 31 563-8344 Fax: +27 31 564-4928
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
(you *do* know to take "anti-spam" out the address....?
Jul 23 '05 #5
In article <41************ *@news.uunet.co .za>, we****@webpro.c o.za
says...
On Thu, 30 Sep 2004 16:32:09 +0100, Mark Tranchant
<ma**@tranchant .plus.com> wrote:
Les Juby wrote:
Any suggestions please.....?
Yeah - use PDF for publishing stuff to be printed. Browsers' support for
printing is poor, and HTML isn't designed for it. Possibly try Opera, as
that's alleged to have relatively good printing functionality.


Yes.
Absolutely. * BUT*, to publish to PDF you have to print to the PDF
driver from the HTML and you're back at the same problem. Or have I
got it wrong somewhere...?
Then the problem will be solved already when someone else tries to print
your catalog.
I think this can be done with @media: page CSS-2 commands..?


Surely. If they happen to work.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Jul 23 '05 #6
On Fri, 01 Oct 2004 06:45:17 +0000, Les Juby wrote:
Uuuuh... OK. I think it's CSS-2 that's needed. @media:page or something
which will pagebreak if the table (which contains the image) is too big.
Any examples anywhere.?


This is the first link I got from googling css +"page-break"

http://www.w3.org/TR/REC-CSS2/page.html

HTH,
La'ie Techie

Jul 23 '05 #7

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

Similar topics

1
2294
by: Martin Zuber | last post by:
Hello, I have found following problem: When I define event handler for EVT_NOTEBOOK_PAGE_CHANGED for wxNotebook, the content of the wxNotebook disappears (on all pages). For ex. I have two pages - one with some wxTextCtrls, second with some wxGrid. The dialog has been created using the Boa Constructor (0.2.3 and 0.2.7). I have two files: - SomeDialog.py - there is only look and events defined (we can say it
6
17408
by: Alec | last post by:
Hi, I am trying to print an HTML page from Internet Explorer and it always put the page title and page count at the top of the page. How can I disable printing page title and page count? Thanks.
1
785
by: Scanner2001 | last post by:
I am trying to insert a printer page break inside of a form. I do not seem to be able to do this. My form contains 3 asp panels. Each of the panels have dynamically built content, and they are dynamically displayed based on certain conditions. What I want to do, and I thought this would be pretty easy, is when printing, start each panels content on a new page. It is ok if the content spans multiple pages, just want to start it on a new...
0
1721
by: James | last post by:
We have a page that reads records from a database and displays them. Basically name/address/city/state/zip/county/phone. These records are between 4-6 lines a piece (there are other variables involved). When printing these records via i.e. we currently have a process where we determine how many records have been written and eventually put a table with ..break { page-break-after: always } style applied to it. The problem is, sometimes a...
2
13840
by: moondaddy | last post by:
I have a page that I'm making for the sole purpose of printing and this page makes 1.5 printed pages. Is there a way to force a print page break at a specific place so when the user prints the page, it wont arbitrarily break in the middle of a table or line of text? Thanks. -- moondaddy@nospam.com
1
4482
by: Danny Ni | last post by:
Hi, Is it possible to enter a page break in a HTML document, when a HTML document is diplayed in browser and user click print, the browser takes control of paging . I would like the browse to print to a certain point in the document and eject the page and continue printing on the next page. Is this possible? TIA
8
12793
by: CJM | last post by:
What is the best way to force a page break when printing from a browser? A page in my application generates a series of tables which are usually less than will fit on a page of A4. Ideally I want to introduce a page break between each table when printing. I'm not sure what options I have available. I know there is some support in CSS but I'm no sure on the details or effectiveness. Thanks in advance...
4
3323
by: LuTHieR | last post by:
Hi, is there any way to write a header in each HTML page when printing them while leaving the header only on top of the file when viewing it? I mean, I have a file that looks like this: TITLE TABLE1 TABLE2
7
11103
by: =?Utf-8?B?aXdlYg==?= | last post by:
Can we set page breaks in ASP Pages dynamically based on the data being populated? Akshay.
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9911
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.