I have built my first home page by modifying the default home page that comes with cmsms and have most of it right
except a couple of things I need help with please
1. How can I insert text and an image in the top bright pink header?
2. How do I remove the printer icon
Here's the link to the site which is my first feeble attempt
www.deblus.com.au
Stuck
-
Pierre M.
Re: Stuck
In the template, I see :
I think removing this {print} tag should help you.
About multiple content blocks, you should read the page "How CMSms works"->"Content".
Pierre M.
Code: Select all
{* Start Content Area *}
...
<div style="float: right;">{print showbutton=true script=true}</div>
About multiple content blocks, you should read the page "How CMSms works"->"Content".
Pierre M.

