|
Posted by Jochem Maas on 04/12/05 00:26
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 :-/
>
Navigation:
[Reply to this message]
|