make printing buttons invisible
By liviu - Posted on September 2nd, 2010
Try this:
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>some title</title>
<base href="url" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<style>
@media print {
.print {
visibility: hidden;
}
}
</style>
</head>
onclick="window.print(); window.close();"
<div align="center" style="visibility: show; padding:10px" class="print">
Bookmark/Search this post with:
- liviu's blog
- Login or register to post comments
Delicious
Digg
StumbleUpon
Propeller
Reddit
Magnoliacom
Newsvine
Furl
Facebook
Google
Yahoo
Technorati
Icerocket