Jump to content

Font increases


rashmi_k28

Recommended Posts

 

Hi,

 

I have to print a page so I have used print image and javascript. When I click on the image and print button, Half page font size increases please tell me why it happens.

 

 

<style type="text/css">
<!--
.no_print {
   margin: 0px;
   padding: 0px;
}
/* following only applies to printing */
@media print {
   body {
      margin: 0 auto;
      padding: 0;
   }
   .no_print {
      display: none;
   }
}

echo "<div class=\"no_print\">";
echo "<br><br><A href=\"javascript:print()\"><b><img src=\"printer-icon.gif\" align=\"right\" border=\"0\" title=\"PRINT THS PAGE!\"></img></b></A>";
echo "</div>";

 

Link to comment
https://forums.phpfreaks.com/topic/105571-font-increases/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.