• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

extra lines appearing after printing a large number of rows

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used thead and tbody for printing a large number of rows. The header on each page is displayed but at the end of the page, there are extra lines.

example, at the end of page 1.
*the dots(.....) are supposed to be white spaces

-------------
|......|.......|
|abc | xyz |
|......|.......|
|------------
|......|.......| <----- extra lines

how can i get rid of this?

i saw an article about this: http://www.xefteri.com/articles/show.cfm?id=26
but I would still like to know if there is a way to get rid of the lines without manually adjusting the cellpadding, border, etc

I dont want to get a fixed number of rows and then page break there, because when i use the browser to change the font to a larger size, it goes to the next page. for instance, a page of a medium-sized font consists of 50 rows. if i change the font to a larger text, the 1st page will consists of 40 rows and the 2nd page is only 10 rows.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic