Code Comments
Programming Forum and web based access to our favorite programming groups.Ivan Voras wrote: > Hi! > > Is there a free "visual" HTML editor for Windows that can be used for > editing Smarty templates? Primary reason for asking this is to enable > third parties, non-programmers to do minor editing on the templates > (e.g. not to touch Smarty code, just the HTML content of the template). > Any half-decent editor will do, just as long as it doesn't mess up > Smarty code. try thinking about it another way? Smarty outputs structural markup.... nothing to see there, literally... I mean that the way the page looks is not dictated by the way the [html-]document is structured. if you can use stylesheets instead then you can have a designer just save a copy of a page from the server, load it up in dreamweaver and then use the style dialogs to create a suitable stylesheet, finally he hands you back a (set of) stylesheets which you can incorporate. of course it requires a designer who understands css :-/ >
Post Follow-up to this messageJochem Maas wrote: > if you can use stylesheets instead then you can have a designer just Yes, but they want to change *content*... :)
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.