jeudi 6 décembre 2018

Print a table as plain text in @media print

I'm generally new with web design. I have a table of office locations on my website. It looks great on the website but I don't like the table format when printed, so I want to convert to plain text or list form for printing out. I've tried doing this in @media print but nothing is working so far.

I've tried making table, th, td, tr {width: 100%}, and I've tried forcing a line break after each cell by adding "content: "\A"

What else can I try?




Aucun commentaire:

Enregistrer un commentaire