Hi there phunkster, Thanks for the quick reply.
Previously, my views/layout folder is empty. I think that's why cake replace it with it's own default template. I followed this simple tutorial @ http://grahambird.co.uk/cake/tutorials/ajax.php and everything is working as the author prescribed. I've tried putting a default.thtml file in my views/layout folder, with this simple code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Custom page</title> </head> <body> <img src="img_url"> </body> </html> and load the same page, but only the image are shown. The items from the tutorial is gone. Do I have to declare any specific div or frame to show the content of the tutorial? Regards, sylver --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
