I got a tip from a person on how to make my button hidden when a form is printed. They told me to place this:
in a .css file and link it from my html. I get the "media=print" tag in my link tells it to call this only when printing, but is there a way to do this without referencing an external css??Code:@charset "utf-8"; /* CSS Document */ .hide{display:none}


Reply With Quote
Bookmarks