Search found 2 matches
- Thu Nov 01, 2012 9:02 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Show content of a single page in a div of the template
- Replies: 3
- Views: 1750
Re: Show content of a single page in a div of the template
Ok, I tried your approach, but unfortunately it does'nt seem to work. No doubt I missed something here :) So, this is what I did: In the code of my template I placed this div <div id="footer"> <p>{content block="Footer Article" label="Footer Article"}</p></div> In the b...
- Thu Nov 01, 2012 3:17 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Show content of a single page in a div of the template
- Replies: 3
- Views: 1750
Show content of a single page in a div of the template
In my website I want to have some user editable parts. E.g. a header, or some standard text. The user can edit a page or article's content to update the part in the website. Below is the code of the main content. Very basic. <div id="content"> <h2>{title}</h2> <p>{content}</p> </div> What ...