|
Spooky -> RE: I don' t understand WHY this worked... (3/7/2003 16:42:40)
|
When using shared borders, the path to the include file becomes hard coded. So, when the shared border is used in a different directory, it can no longer find the required files. One method would be to manually edit the shared border so that it uses a virtual rather than file based path for all includes. <!-- #include virtual=" /_fpclass..... " --> instead of <!-- #include file=" /_fpclass..... " --> You havent done anything wrong by doing what you did, it just multiples the number of files :-)
|
|
|
|