Containers work by embedding the sub-pages into the current page. As you mentioned, this is good for editing for it means all the content will publish as one file. Alternatively, a list will publish the sub- pages as different files, but the parent page will only contain links to the sub-pages.
A solution is to use both a list and a container. Connect sub-pages to the container, and have the list reference the container. Use SmartEdit Mode blockmarks to control ensure the container shows up in SmartEdit mode and the list when not in SmartEdit mode. Best, - Eric On Sep 17, 1:22 pm, ucfan <[email protected]> wrote: > I am trying to publish small bits of text that I can use on mulitple > sites. We thought we could just create one main page with all the text > on it that we use on the different sites. We just thought each bit of > text could be pulled in to each web page like an include file. We set > up several containers with the small bits of text but when we go to > publish them we can not get them to publish small bits of text. If we > make them a list then we can publish them individually but when they > are displayed in smart edit, they just show up as a link. Has anyone > done a project similar to this and if so how did you accomplish this? > If you see the code and display below you will see the list only > displays a link and the container though looks correct does not > publish as we would like. > > <tr> > <td valign="top" width="40%">WSL</td> > <td width="60%"><%lst_wsl_discliamer%></td> > </tr> > > <tr> > <td valign="top" width="40%">WSL</td> > <td width="60%"><%con_wsl_disclaimer%></td> > </tr> > > WSL WSL Disclaimer > > WSL Western & Southern Financial Group is one of only 10 life > insurance groups in the world to earn Standard & Poor’s AA+ or higher > rating --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en -~----------~----~----~----~------~----~------~--~---
