I shared a little much on the last session of how CSS had played a role in the sample website done so far. Now I have the task of properly filling in the blanks where the PHP ends. There needs to be three containers that will have links that change the contents of the other containers. Left, main and right are the containers to be targeted. Two, main and right will be dynamic and there lies the problem.
The dyanmic drive script provides a way to display the contents of the feed easily, but the real engine is a different framework. The inner framework will allow just the listing of the article names in the main div, which would make it easier to send a change to the right div for the article message. I suscpect that at some point, the need will come for me to write something outside of the DD script to link the article titles to the right containter and also send the right content. I am trying to avoid that due to the limitation of the effects we could use.