
I think I've found the issue here. Unfortunately, being just an apprentice web-droid, I don't have privilege to change it ;-)
mir is not in the sudoers file. This incident will be reported.
I guess the 'sudoers' police will show up at my door later today <grin> -------------------------------------------- The 'species-xx.html' are created by the makespeciesframes.pl and makespeciesframes.pl-withimages perlisms, invoked through cron every 20min. The 'footer' files are made from the 'species-xx.html' files. Both files have the incorrect 'banner' for the browser outer frame. The makespeciesframes.pl and makespeciesframes.pl-withimages perlisms explicitly include the <HEAD> tags: print SIZEFILE << "HTMLCODE"; <HTML> <HEAD> <TITLE>Mickaboo Cockatiel Rescue</TITLE> </HEAD> .... and therein (I believe) lies the demon. It should take 3 minutes (or less, depending on how bad one's typing is today) to change the 'Cockatiel' to 'Companion Bird' .... -m-