Basic Learning about Salesforce.com (SFDC)
if you set showHeader to false, you need to put your own head and title tags in the page, like <apex:page> <head> <title>Case: {!aCase.CaseNumber}</title> </head> <body> ...content... </body> </apex:page>
<apex:page>
<head>
<title>Case: {!aCase.CaseNumber}</title>
</head>
<body>
...content...
</body>
</apex:page>
No comments:
Post a Comment