I have problems trying to implement Apple Help. All I get is an empty help window without a title.
My index.html file is: <html> <head> <title>Yellow Help Book</title> <META NAME="AppleTitle" CONTENT="Yellow Help"> </head> <body> <p>This is my Help</p> </body> </html> My Info.plist includes: <key>CFBundleHelpBookFolder</key> <string>Yellow Help</string> <key>CFBundleHelpBookName</key> <string>Yellow Help Book</string> and I connected Help item: "Yellow Help" to First Responder. Help indexer gives me a msg: "Warning: index.html -- <TITLE> tag missing." - under Tiger optimization. I don't understand it. I'd appreciate any suggestions. Thanks. _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]