I’m not really doing anything now - just wondering about how I can do it. After thinking about it I think it could be dynamically generated via a template as you first suggested.
For example, in the pMachine template library choose any template. There are links for “view”, “source”, and “download”. Click on the “source” link. The tags/code for the index, comments, CSS, etc. will appear in text boxes. The textbox allows you to copy the template code directly from the pMachine site to yours. That is the functionality that I would like to build into one of my pages.
Again at the “source” page, in Internet Explorer click on View - Source. Some of the EE code has been converted to it’s ASCII equivilent characters. I’ve also noticed that when I’m in the EE control panel -> template section -> that I can choose any of my templates, click View - Source, and that template contains certain characters that have been converted to their ASCII equivilent characters. Because the templates allow you to continually make changes, I think it can probably be done dynamically.
In a nutshell, I’m wondering if there’s a plug-in that automatically converts certain characters to their ASCII equivilents. I wasn’t totally understanding Pauls “HTML Strip” plug-in but was wondering if that was what it is for. Or, is there some other suggested method.
I guess I could always replace the characters with their ASCII equivilents by copying the code into MS Word and using Find-Replace. However, it looks like EE is automatically doing it within the program. I just wondering how and if I can apply it to my page.
Thanks again for your help.