Thought I would post a follow up. What I had to do in our development site is crate a sym link to templates in public. This symlink is not under version control so it never gets pushed to our production site when we apply changes. I then had to set the document root to <path>/ public then set the images. This allowed all of the images to display. I then had to add the stylesheets that are defined in master.html to the top of every template page, i added a simple py:if="1==2" to the tags so they never get rendered outside of dreamweaver. This is the closest I have been able to get an outside designer setup to work in the TG2 enviorment.
At anyrate I hope this helps someone, if you see any issues or ways to improve on this setup please let me know. Paul -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

