My blogger post is something like this
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;">[highlight #73D216]don't print this part[/highlight]</span></div>
<[highlight #FCE94F]div class="important[/highlight]" style="border: 2px dotted rgb(158, 158, 158); margin: 25px auto auto; padding: 10px 20px; position: relative; width: 600px;">
[highlight #F57900]this part should be printed[/highlight]
</div>
So now i have to insert a print button above the printable section and when user click on that only the content of div class important should be open in a new tab and then user should be able to print that part. So how can i do this?
Im not a programmer. Have no knowledge about html or javascript. could anyone give me code for this please?
Thanks in advance
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;">[highlight #73D216]don't print this part[/highlight]</span></div>
<[highlight #FCE94F]div class="important[/highlight]" style="border: 2px dotted rgb(158, 158, 158); margin: 25px auto auto; padding: 10px 20px; position: relative; width: 600px;">
[highlight #F57900]this part should be printed[/highlight]
</div>
So now i have to insert a print button above the printable section and when user click on that only the content of div class important should be open in a new tab and then user should be able to print that part. So how can i do this?
Im not a programmer. Have no knowledge about html or javascript. could anyone give me code for this please?
Thanks in advance