Page 1 of 1

Help removing printer icon

Posted: Mon Jan 15, 2007 11:38 pm
by keithbrook
Hi Folks

I'm new to this CMSMS stuff but it already seems the best solution for me. So, I'm using the standard templates to get a site up and running quickly.

My first question is: Can someone tell me where go to remove the printer icon and its associated bits. I don't want my visitors being able to print the pages using that icon.

I've looked on the forum and done a search, but I think I'm missing something very simple that a newbie like me doesn't understand.

Thanks in advance!!!

Keith

Re: Help removing printer icon

Posted: Tue Jan 16, 2007 12:09 am
by Dee
Hi,
Welcome to CMS Made Simple.
Remove

Code: Select all

<div style="float: right;">{print showbutton=true script=true}</div>
from your template to remove the print icon.

Regards,
D

Re: Help removing printer icon

Posted: Tue Jan 16, 2007 12:11 am
by Dee
just after

Code: Select all

     <!-- Start Content Area -->

Re: Help removing printer icon

Posted: Tue Jan 16, 2007 12:42 am
by keithbrook
Dee

Brilliant!!!

Many, many thanks for that.

Keith