Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, June 22, 2012 3:52 PM
I have an intranet portal and on the Browsers tab it shows "Home- Home".
Now I did edit the page title and set it to "X.Inc Intranet". But now it just shows "Home- X.Inc Intranet"
What else should I be editing to get this right?
All replies (4)
Friday, June 22, 2012 7:42 PM âś…Answered | 1 vote
Interesting - I'm guessing it has something to do with your custom master page. The tab title takes its value from the <title> tag. After setting my page's title value to "Home 2" this is the output I get:
<title>
Home 2
</title>
If you look at the default masterpages their title declarations look something like this:
<title id="onetidTitle"><asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server"/></title>
I would check and see if there is a leading "Home" in your title declaration.
Friday, June 22, 2012 7:20 PM
Unless you've made any masterpage changes, just changing the publishing page's title (and publishing your changes) should be enough to change the tab.
Can you confirm you're running 2010?
Can you confirm you are using a publishing template?
What masterpage are you using and has it been updated?
Friday, June 22, 2012 7:37 PM
Raymond
Thanks for posting.
Yes I am running 2010
Yes I am using a publishing template.
I have a custom master page.
Note: I have already changed the welcome page/Home page title from Pages library to X but it still shows up as "Home - X" I dont know where the Home showed up from??
Friday, June 22, 2012 8:27 PM
Thanks again
Will check and post back