Thanks had them switch from web expressions to dreamweaver and the options i needed were present. However I still don' think this is a real perfect solution. Genshi is labled as "designer friendly". I am not sure what that means but by not having any way to have css included on the templates or any of the other peices that are loaded in master.html it seems "broken". How do you other developers handle your projects when working with content people and "designers"? What tools do you/they use? How can I make this work?
Thanks for the help!! Paul On Jan 26, 10:55 am, Teemu Yli-Elsilä <[email protected]> wrote: > > I have a site that I need to have setup so that our "designer" who > > knows little html and works mostly in visual editors can easily make > > changes. This isn't such a bad deal since most of the site is setup > > with good templates that would be pretty hard to screw up. > > > Do to the project layout I can find a good way to give her acces to > > the templates and still have images load in her visual editor. > > > editor is looking form /images/filename > > and is in a file that is in /project/templates with images actually > > at /project/public/templates > > > She is attaching to the server via samba, i thought maybe I could do > > some tricky stuff with a sym link but that's not really working out to > > well. > > > Thoughts or suggestions? > > > Paul > > Hi Paul, > > I think many WYSIWYG-style web editors support local-to-server path > mappings when uploading pages onto the server, most commonly via FTP. > Of course, if her editor only supports a single mapping per server, you > still need to try something like making a symlink pointing to > project/public/images in the project/templates directory. > > You could enable FTP service on your server box and have her use that > instead of a Samba mount. Moreover, perhaps the images directory mapping > could be handled by the FTP server, instead of using a symlink? > > -- > Teemu -- 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.

