Hello,
there is a new frontend-filter available, using this
http://code.google.com/p/pcdtr/for dynamic text replacements (will replace text with a PNG-Image).
No need for Javascript, its all done through CSS.
http://www.websitebaker2.org/forum/index.php/topic,12243.msg75118.html#msg75118Requires:
PHP5.2
frontendfilter-module (
Some english translations are still missing)
To define what to replace by an image, just open the CSS-Editor (the "ab"-Icon on the Admin-Tool's overview), and enter some CSS-rules.
You have to copy the fonts to use to
modules/opf_pcdtr/pcdtr/.
Use the file-name (without .tff) as name for
font-family:, instead of the real font's name, i.e. if the file-name is "times.ttf" use
font-family: "times"; and not
font-family: "Times New Roman";thorn.