I'm working with Dreamweaver, coded in php.
On one of my pages, I'm trying to add 2 different print
buttons
, each one printing a differrent portion of the webpage. For example, one print button is printing the first paragraph and the other print
button is printing the second paragraph.
I did the print CSS for both buttons and I linked each to its respective print CSS, but the second print CSS overrules the first one, and so I end up having two print buttons with the same CSS...
What do I need to do?