Updating content in Divs

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 6, 2008   (RSS)

By Vaisoco - August 6, 2008

We are in the processs of comleting a website where the design is such that page content is best displayed by changing the visibility of Divs within a single page as opposed to reloading individual pages.

All was fine until the client said that he wanted to control the content. Is there any ay that we could use CMS builder to alow the client to control the content within the Divs.

When viewing the index page in a wysiwig web editor the div content is not visible. Its only possible to view it all in "source code" mode. My fear is that this same limitation would apply if the client wanted to update the content using CMS Builder.

Can anyone please comment on this.
The index page is located at www.first4zone.com/55degrees
You can see the div content by clicking any of the menu links.

Re: [Vaisoco] Updating content in Divs

By Dave - August 6, 2008

Hi Vaisoco,

Is it possible to have a separate field (or record) for each div? like this:

<div class="box" id="cafe">
<?php echo $record['cafeContent']; ?>
</div>

<div class="box" id="rest">
<?php echo $record['restaurantContent']; ?>
</div>

etc.

Would that work for you?
Dave Edis - Senior Developer
interactivetools.com