CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: printing tables

  1. #1
    Guest

    printing tables

    I am writing a class library to format html tables that will be able to handle nested tables. I am looking for information about
    how to print nested tables properly. I have to account for multiple font sizes, cellpadding/cellspacing, and some tables
    could force themselves to be on a new page. Any ideas?

    Luther
    [email protected]


  2. #2
    Join Date
    Sep 1999
    Posts
    4

    Re: printing tables

    send me the code...



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured