How to I get rid of the horizontal bar between each class or id I chose to print in my print.css file when printing a post?
How to I get rid of the horizontal bar between each class or id I chose to print in my print.css file when printing a post?
Set the border to none? Or if it's an <hr /> tag, try:
.post hr {display:none;}
This topic has been closed to new replies.