Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Print one row on one page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161524
    MarrkoZG
    Participant

    Please,

    it is posible to print multiple rows from mysql database, but one row on one page! My problem is printing, not mysql query and PHP! Many thanks!

    Marko

    #161530
    MarrkoZG
    Participant

    Thanks, i found solution:

    tr { display: block; page-break-after: always; }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.