|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
Printing html tables
I'm generating some accounting reports in html and want to be able to prevent rows from breaking when they print. I believe IE has brought out some new tags to do this but can't find the docs. Can anyone point me in the right direction?
And yes, I know this only affects 90% of my users but it doesn't hurt the other 10% so I want to use it. |
|
#2
|
|||
|
|||
|
RE: Printing html tables
what does "breaking" rows mean?
if u want your text not to wrap, just convert your spaces to |
|
#3
|
|||
|
|||
|
RE: Printing html tables
or use <td nowrap> but.. if you're talking about putting in a break to seperate the pages that are printing then do something like..
<h3 style="page-break-before: always;">NEXT PAGE<br> you cannot define this style in your CSS header though it has to be inserted directly in the tag as in the example above. |
|
#4
|
|||
|
|||
|
RE: Printing html tables
look at these admins. they only want to help when a girl asks them ;))
|
|
#5
|
|||
|
|||
|
RE: Printing html tables
huh? i dun get it
|
|
#6
|
|||
|
|||
|
RE: Printing html tables
i am only kidding of course!
i just noticed that she is a girl, and only two admins answered her question... btw, anyone who reads other forums here knows that that is not true. we (try to) help everyone... |
|
#7
|
||||
|
||||
|
RE: Printing html tables
I'm a girl? Hey thanks, beats the usual old hag label I normally get.
And thanks for the advice I get here! |
|
#8
|
|||
|
|||
|
RE: Printing html tables
you? an old hag? impossible!
with that cute piggy tails, and holding that sword so cute... impossible... |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Printing html tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|