Jump to content

Recommended Posts

Posted

Our customer requested if there is way to remove the printable copywrite information within the footer of each html web page. Like to remove this information. Any ideas for the code to perform this. Thanks.

 

© 1999 - 2010 Printable Technologies Inc.

sm_tested3_trans.gif

  • 3 weeks later...
  • 6 years later...
Posted

Add this to your Footer in Custom Content.

 

<style type="text/css">
#copyright{
 display:none !important;
}
</style

×
×
  • Create New...