Page 1 of 1

[SOLVED]remove title h2 in content

Posted: Tue Jun 21, 2011 6:28 pm
by raav1
Can someone tell me how to get only the things you enterd for content in your pages?

if you create a page with the content

Code: Select all

<p>hello and welcome</p>
I get

Code: Select all

<div><h2>home(or other title)</h2>
<p>hello and welcome</p>
</div>
can anyone tell me how i remove these <div><h2>home(or other title)</h2> and end div? (even if it's just the <h2> with the title.)

I am really happy I found cmsms so please help me

Re: remove title h2 in content

Posted: Tue Jun 21, 2011 6:50 pm
by Rolf
Hello raav1 and welcome to the cmsms forum

You will find the <h2>{title}</h2> probably in your html template.
Just above the {content} tag.

Layout >> Templates >> Your template


regards, Rolf :)

Re: remove title h2 in content

Posted: Tue Jun 21, 2011 7:08 pm
by raav1
yes that whas the problem i actually feel kinda stupid now

i made this theme myself and copied the whole content tag from the minimal themplate and did not realize it included the {title} mmm oke now i am O0 i mean ;D thank you verry much sloved

Re: remove title h2 in content

Posted: Tue Jun 21, 2011 7:38 pm
by Rolf
No problem
Please put [solved] in the title of the first post.

Grtz. Rolf