On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote:

> <H2>[+ $forum->title +]</H2>

        The problem with this is that it looks really ugly in
        Dreamweaver (for example).  The HTML designer can't design a
        mock-up page with dummy content using that technique that can
        then be passed off to the coder.

        With HTML Tree you can say:

        <H2 CLASS="text::forum_title">Recreational basketweaving</H2>

        i.e., put dummy content so the web page designer can see what a
        real page will look like and tweak things like spacing, etc.

        That HTML then can be used *as-is*, dummy content and all, with
        HTML Tree since the dummy content is replaced dynamically.

        - Paul

Reply via email to