I'm a self-confessed HTML novice and have a couple of applications that I have been knocking up HTML help files for (using both Word and FrontPage).
Ideally, I'd like to share some HTML pages between both the applications but substituting a string (e.g. "<appname>" with the name of the application as the help file is built so that the pages are identical in both help files except references to the application name.
Also, if possible, I'd like some of the references to graphics to be substituted so that the text of pages are the same but point to external gif files which are different for each application.
Alternatively, if there is a way I can build in logic to say 'if application = appa then use text "App1" else etc' then this would be a viable alternative.
Thanks in advance.
Ideally, I'd like to share some HTML pages between both the applications but substituting a string (e.g. "<appname>" with the name of the application as the help file is built so that the pages are identical in both help files except references to the application name.
Also, if possible, I'd like some of the references to graphics to be substituted so that the text of pages are the same but point to external gif files which are different for each application.
Alternatively, if there is a way I can build in logic to say 'if application = appa then use text "App1" else etc' then this would be a viable alternative.
Thanks in advance.