[SOLVED]remove title h2 in content
Posted: Tue Jun 21, 2011 6:28 pm
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
I get
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
if you create a page with the content
Code: Select all
<p>hello and welcome</p>
Code: Select all
<div><h2>home(or other title)</h2>
<p>hello and welcome</p>
</div>
I am really happy I found cmsms so please help me