![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| ||||
| ||||
|
|
| | |
|
| | +--------+-----------------------------+ |
|
| | +--------+-----------------------------+ |
|
| | +--------+-----------------------------+ |
#2
| |||
| |||
|
|
I'm trying to print a tables' cell/row but when a cell/row is split across 2 pages the cell bottom/top border doesn't print on either page. |
#3
| |||
| |||
|
|
| On 9/10/04 5:59 pm, Jeff North wrote: | | > I'm trying to print a tables' cell/row but when a cell/row is split | > across 2 pages the cell bottom/top border doesn't print on either | > page. | | So you want borders to appear *inside* your TD elements? I don't think that | is possible. | | However, in CSS2 you could try preventing page breaks inside TD elements by | adding | | TD { page-break-inside: avoid } | | to your stylesheet. But I have no idea how many browsers support this. |
#4
| |||
| |||
|
|
Philip Ronan wrote: TD { page-break-inside: avoid } But I have no idea how many browsers support this. Opera 5+. Pretty much nothing else. http://www.westciv.com/style_master/.../printing.html -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact |
![]() |
| Thread Tools | |
| Display Modes | |
| |