Would I be able to add custom html tags to a template, such that they are parsed by a plugin? If so, could you give some guidelines? Thanks, Scott Taylor
> Would I be able to add custom html tags to a template, such that they > are parsed by a plugin? If so, could you give some guidelines?There is currently no way to add custom html tags. However, you can use the webgen tag system for this. You need to write a tag plugin that responds to a given tag name. Have a look at the plugins shipped with webgen for how to do this. Bye, Thomas