Search code examples
asp.nethtmlprintingcampaign-monitor

Print button on newsletter


I need to implement a print option for the news letter i send through campaigmonitor.If its possible can any one suggest the idea behind this?


Solution

  • you can paste html code in your document which will provide an option for printing

    <input type="button"  onClick="window.print()" value="Print This Page"/>