Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
I am trying to use the rotate tag to add a slideshow of pictures inline with the text on my webpages. I want the text to flow around the changing pictures, to I intend to wrap the rotate tag in a floated sized div. This all works nicely
So now I have come to wrap the whole thing up in a UDT to that content providers can use it easily. My UDT can generate the required wrapping div, but how can I get the rotate tag to gererate its stuff from within the code of my UDT?