Multiple sections on one page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 24, 2009   (RSS)

Re: [lisadye] Multiple sections on one page

By Donna - November 19, 2009

Hi Lisa!

Nope, definitely no need to use frames. There are a few different ways you can set this up, though. The easiest method is to simply put your listing code into a separate page (like you would with a frame) but instead of using frame code to pull that in, pull it in with an include.

So, if you setup the listings in a different file called "listingsList.php", your include code would be:

<?php include("listingsList.php"); ?>

This makes it super simple to include on any other page as well.

Give that a try and let me know how it works for you. :)
Donna

--
support@interactivetools.com

Re: [Donna] Multiple sections on one page

By lisadye - November 24, 2009

Thank you Donna. I was able to get it working. A gentleman emailed me also with a different approach which was the one that I ended up using. But, I appreciate everyone's response. I am really enjoying the CMS Builder.

Lisa