Page 1 of 1

Stuck

Posted: Thu Jun 28, 2007 11:14 am
by Deblus
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

Re: Stuck

Posted: Thu Jun 28, 2007 11:43 am
by Pierre M.
Try to modify the template (rather than the page) and search the sample install and the forum for "multiple content blocks".
Pierre M.

Re: Stuck

Posted: Thu Jun 28, 2007 12:39 pm
by Deblus
Pierre

I have searched the template code line by line numerous times and I cannot work out where and how to modify it

Re: Stuck

Posted: Thu Jun 28, 2007 4:01 pm
by Pierre M.
In the template, I see :

Code: Select all

{* Start Content Area *}
...
<div style="float: right;">{print showbutton=true script=true}</div>
I think removing this {print} tag should help you.

About multiple content blocks, you should read the page "How CMSms works"->"Content".

Pierre M.