Hi, These questions were asked in different forms on this group but I couldn't find a definitive (or preferred) solution. I'm pretty new to web development and TG (but not new to Python), however, I started reading the TG book.
I would like to use nvu to edit/create kid templates. It works OK as long as the paths to the CSS and image files are relative (i.e. ../static/images/). It looks to me like the TG way of putting the references is to use absolute paths (/static/images/), which I think makes sense. To remove the "../" I could create a "static" symbolic link in the templates directory but I couldn't find a way to use absolute paths for static content and still see the templates properly. Is there any solution to this? Am I taking the wrong approach? Thanks, Catalin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

