Changing page titles

when I was making my pages up, I forgot to capitalise some of the pages' titles and for some reason iWeb won't let me do this so I now have a mixture of lowercase and uppercase links on the menu bar along the top. Any suggestions on how to change it?
obviously I have tried doing it in the left hand menu bar. I would rather NOT create a new page if possible.
Thanks in anticipation!

The menu bar is not the page title.
What you see in the menubar is the name on the left in the Sidebar. It's the pagename in the addressfield: nudesinlandscape.html
I explained in my previous post how to change it:
Type something completely different first. Hit Return. Notice the changes.
Then repeat it and typ the original text, but now correctly. Notice the change.
The title of the page, which appears in the titlebar of the browser window is based on the large textbox at the top of the page. The large text in white in the middle of the page below the horizontal line.

Similar Messages

  • Changing page title based on a value

    Just curious if it is possible to change the page title based on whether or not an item is null. If it is how?
    For example page title:
    If PX_ID is not null, the page title is View/Edit PRODUCTS.
    and
    If PX_ID is null, the page title is Add PRODUCTS.
    I know its no big deal... its not that hard to copy the page.
    Thanks ,
    Derek

    Set your page title to something using the &P101_PAGE_ITEM. syntax.
    Then you can use whatever logic you need to devise your P101_PAGE_ITEM.
    Ben

  • Change Page Title of embedded DS reports in the portal

    Dear all,
    we have our Design Studio Reports embedded in the Portal. The title of the browser window is the title of the navigation entry you are navigating to.
    We have a demand where we need to overwrite the title from within the Design Studio Report to add a specific pattern to the title of the browser.
    as an Example:
    Name of the navigation entry: Report XY
    Current browser title: Report XY
    Target browser title: [DS] Report XY
    I know from the ABAP Web Dynpro and CRM WebUI that there are standard functions to influence the title with customer code, when they are embedded in the portal.
    Is there any way (hopefully without the use of the SDK) to influence the browser window title from Design Studio Reports when embedded in the Portal?
    Thanks a lot and best regards
    Fabian

    All the links which is mentioned above is either they are doing it in code behind or javascript like document.title.
    I want to change dynamically using ECMA script. the point i found here is if you use the below code you will get an error saying list "Pages" does not exists in the SharePoint site.
    clientContext.Web.Lists.GetByTitle("Pages");
    So i am wondering how can we change the page title of SharePoint hosted app ( Default.aspx) dynamically
    Say example i have one text box and submit button. when give the title in the text box and click on submit  the title should reflect in the page.
    Navaneeth

  • Change Page Title in Netweaver Portal

    I would like the Title of my Netweaver portal to say "Development Portal" all the time.  How to do I change this.  I have the runtime already changed for this, but if i go to different iviews/pages, the beginning of the title changes to the iview/page name.
    Thanks
    Lee

    Hello Lee,
    Please check the following thread, might be of some help for you.
    How to change Portal <title>
    Also the following thread talks about deleting the page title. /thread/87799 [original link is broken]
    May be if you can combine the above ideas it might work for you.
    This thread also might be of some help, Changing the text "SAP Enterprise Portal 6.0" in the browser window title
    Thanks and Good Luck,
    Firasath Riyaz.

  • Change Page Title, Not Folder Name

    Is it possible in iWeb to change the title of a page to something different than its associated folders. That is, I want the title of my page to be "Awesome Music By A Rad Band" or something, but I want it to be published to "www.site.com/music.html", rather than "www.site.com/AwesomeMusic_By_A_RadBand.html". Follow me?
    Thanks!

    A way to do it once an not have to repeat the process if you edit and republish is to use the following code in an HTML snippet on the page:
    <script type='text/javascript'>
    parent.document.title = "PAGE TITLE";
    </script>
    OT

  • Changing Page Title

    I would like to change the Title for my site. It seems that the only title you can have is the Domain name as far as I can tell using Iweb 08. Does anyone know how to change the main Title line of the site.
    Thanks

    The problem is when you host uses frame to forward to your .mac site, your .mac page title will not show up on title bar, the frame title will (aka mask forwarding).
    You can ask your host to do regular forwarding, your page title will show; but address bar will show http://web.mac.com/blahblahblah
    or you can add this to your page, using HTML Snippet and use your host mask forwarding:
    <script type='text/javascript'>
    parent.parent.document.title = parent.document.title;
    </script>
    BTW, you have to add it to EVERY page, here is an example:
    http://hdl.50webs.com/BkgndMusic/Welcome.html
    the page title is either Major or Minor regardless the address bar is: blahblahblah/Welcome.html

  • Can we change Page Title text size

    Hi,
    Is it possible to increase the text size of page Title text? Or any alternative to display big size text in that place?
    Regards,
    Ram

    Not sure what exactly are you looking for, but probably adding an image of horizontal line might solve your issue.
    --Shiv                                                                                                                                                                                                                                                       

  • Change the Page title of Default.aspx in SharePoint Hosted App using ECMA Script

    Basically i want to change page title dynamically. the thing is default.aspx page is present in the below location
    Folders/Pages/Default.aspx ( Verified using
    SharePoint Manager 2013 Online )
    Could any one let me know how to iterate through the folders and then go to pages and change title of Default.aspx page?
    Navaneeth

    All the links which is mentioned above is either they are doing it in code behind or javascript like document.title.
    I want to change dynamically using ECMA script. the point i found here is if you use the below code you will get an error saying list "Pages" does not exists in the SharePoint site.
    clientContext.Web.Lists.GetByTitle("Pages");
    So i am wondering how can we change the page title of SharePoint hosted app ( Default.aspx) dynamically
    Say example i have one text box and submit button. when give the title in the text box and click on submit  the title should reflect in the page.
    Navaneeth

  • Change the Page Title for all the pages when viewing the Reports in Bi Publisher

    Hello ,
    I have a requirement for changing the Page Title for all the report displayed pages on the browser window.

    As far as I know, answer is NO.
    it's very simple answer  Manikandan-S-Oracle
    for 1210326 's requirements there are some places for changes of property "title" and in some pages "title" can be different
    "one place or option for changing" does not exist imho ( may be i'm wrong )
    so you can change places for your needs but not sure what it's adequate
    as example
    ...wls\user_projects\applications\bipdomain\xmlpserver\catalog\navigator.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/catalog
    ... wls\user_projects\applications\bipdomain\xmlpserver\home\home.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/home

  • How to change the web page title of a web dynpro app?

    Hello,
    I would like to change the HTML page title of a web dynpro application without renaming the application component itself - but how?
    Thanks for your comments!

    Hi M Walter,
    Assuming you are using Web Dynpro Java, you can change the title of the Web Page for Web Dynpro App by adding the title to the main window of your app.
    Go to Windows and open the properties. There will be a field called 'title'. Give the title you want, save, build, DC->Build and deploy.
    The title you gave to this Window will be displayed as the title of your Web page.
    Regards,
    Ajay

  • Change HTML page title in Oracle Waveset 8.1.1

    Hi,
    Does anyone know which file/page to override if I want to change the HTML page title for Oracle Waveset?
    After the upgrade the title on every page is: "Waveset".
    This is what I would like to do:
    - Set the title to "Identity Manager Administration" on all pages under /idm (Admin pages)
    - Set the title to "Identity Manager User Pages" on all pages under /idm/user/
    Thanks for your help.
    Regards,
    Henrik

    Thank you,
    This was what I was looking for:
    http://download.oracle.com/docs/cd/E19225-01/821-0093/ahuhd/index.html#6nl5vc1ja
    It seems like the title change is only visible when the user is logged in.
    To override the title always, you can override this file and set the your title:
    WSHOME/includes/setStyleSheetsAndTitle.jsp
    Regards,
    Henrik

  • Change the title of the new HTML page screen

    Hi,
    I would like to change the title displayed in the screen to create a new HTML file from "New HTML Document" to something like "New Page". Is there any properties file which I can edit to get this done? Or does it come from some java class file?
    Awaiting reply.
    Thanks & Regards
    Ranjith

    Hi,
    I have found the text here:
    <i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl.properties</i>
    and here:
    <i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl_en.properties</i>
    So seems you could change it. But I think when you apply a patch to the KM the .properties files will be overwritten - so you will have to do it again...
    Romano

  • Changing default page title

    I'm getting ready to create a site with more than a few pages and was wondering if there's anyway I can change the default "Evan's World" page title to the one for my site? I obviously can do it manually, but that's gonna get old reeealllll quick...

    Well, as far as I know that is the only way in which to do it.
    If you duplicate the pages after the first one is done then you don't need to recreate anything apart from changing what text and photos etc that you want. Everything else stays the same, eg. page banner, navigation bars and footers or copyright. Do it this way and everything else is there. The only thing you change is the text.
    That is the way I did mine and nothing was left out on any page of my website.

  • Page Title Bar Changes with 'Launch in new Window'

    Hi All,
    We have a strange situation where we create a page containing an iview with the friendly name on both set to 'test'. This shows fine on the browser title bar as <friendly name> - <portal text> - <browserinfo> e.g "test - SAP EP6.0 - Internet Explorer". All fine so far...
    However, when we open a page in a new window via the 'Launch in New Window' page property, the <friendlyname> reverts to the server name. e.g "http://servername:50000 - SAP Enterprise Portal 6.0 - Microsoft Internet Explorer"
    We are on EP6 sp2 p14 and have implemented the change to the <portal text> to reflect our customer name.
    Any ideas on why this is happening ?
    Thanks in advance
    Rob

    Hi Siva,
    I have already implemented that change to the central configuration. This only relates to the <portal text> (Sap Enterprise Portal 6.0 by default), which doesn't change.
    What I need to know is -
    a) why the page title changes when you launch the page in a new window
    b) what I can do to stop this happening.
    thanks
    Message was edited by: Rob

  • Can i change the page titles?

    Can i change the page titles in iWeb easily? for example i want to change the "My Movie" title to My Music and put some music on there i am listening too? when i use the same page twice it just calls it "my movie2"
    i would also like differnt pages such as My Gossip etc.
    Does anyone know if this can be done easily?

    There are two ways to change page names. (1) Double-click on the name in the Site Organizer and type in your change. (2) Select the page, then type the new name in the Page Name box in the Page Inspector.

Maybe you are looking for

  • WEBI Report - Exception aggregation..

    Hi, I'm new to WEBI and need help in figuring out how to achieve below reporting need.. We've below data set. DocNo            DocItem               Material             ConditionType                  Amount 1000               001                    

  • Yet another time problem

    i give up. read all i can read. tried to find other apps to no avail. so i'll just ask it here. everything works in excel but i'm using an ipad at work and only able to use excel at home. EXCEL (custom format of [hh]:mm) 1         A          B       

  • Can't "see" my Ext HD

    Not sure what I did but my external HD doesn't show on the desktop or in finder. Have rebooted several time. Disconnected and reconnected. Kinda weird. Tips? TIA

  • UCCX 8.5.1 SU2 w/Coptwo Enterprise data issues

    Hi, Updated from SU1 to 8.5(1) SU2 with Coptwo patch file, and all is well mosly, except sometimes agents get wrong enterprise data sent to the Cisco Agent Desktop. It shows the same customer call after call, when it is different customers calling in

  • How to transfer serial number a newly purchased mac ? Is this serial still valid ?

    Hello I am currently using LR5.7 on MBA. I planned to buy MBP. How to install and use LR5.7 on this new MBP ? Thanks in advance. Nicolas