[Zope-CMF] Extending the DTML Language...
Josef Albert Meile
jmeile@hotmail.com
Wed, 12 Sep 2001 17:49:18 -0000
Hello to everybody!
I would like to know if it is possible to create new dtml tags in the
CMF-Portal Product and how. For example, I would like to create a Tag
that changes the font type and font size of a text in a table cell.
In HTML it would be:
<td>
<font face="Verdana, Arial" size="3">
My text goes here
</font>
</td>
My extended tag would be like this:
<dmtl-td>
My text goes here
</dtml-td>
Thanks,
Josef.