Can't elimate home page link...

Hi all,
When I add a new page to my site, iWeb automatically creates an item on the left hand side (Site Organizer) and also autimatically adds a link to the top part of the Home page. However, I want this new page to be accessed only from one of the already existing pages (I know how to create this link with inspector), but not from the Homepage. I can't seem to be able to delete this link. How do I do this? Another thought I had was that if there was a Site 'map' kin of like the one in iDVD where you could choose which pages are linked to each other, that would be grand. Does it exist?
Cheers
J

Inspector/Page Tab/un-check include page in navigation menu

Similar Messages

  • XE database home page link goes to APEX home page after 3.2 upgrade

    Hi - I had Oracle XE running on Win XP all OK.
    Taking the Database home page link took me to http://127.0.0.1:8080/apex/f?p=4550: etc etc BUT it took me to the XE login page which we use for system administration - all good so far.
    I then upgraded (sucessfully) the installed APEX (V2.1) which comes with XE to the new V3.2 version.
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    Any ideas or clues how I should upgrade to keep both login pages available ?
    Regards Dave Lee

    davejlee wrote:
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    I'm not sure what you mean with this?
    In APEX Upgrade guide are listed 'Database Management Differences between Oracle APEX 2.1 and 3.2'
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html

  • Help with home page link

    Hi
    Does anyone can help me ?
    I created a web and now I am creating a second folder/ file. How can I link this second folder to the home page placed in first folder ?
    Sorry for my English

    Hi Cari
    Tanhks for you help.  This open my mind, you mean  I need to have two website to this ?
    I ask you this because I have only one website. the acces to my site is only through customer site. I mean I give him the right link  (one link for Company A and another link for company B, both coming from site), do you understand what I mean?
    The point I do not understan is if I save file web A, as  Web B and then I change page names, master and so on, and the I up load, why does muse overwrite in file A when pages are different name !!!!
    The point is Muse does not allow to copy / paste !!!
    Any idea Cari
    Regards from Buenos Aires
    Felix Cano Montoya
    [email protected]
    El 11/4/2015, a las 23:21, Cari Jansen <[email protected]> escribió:
    Help with home page link
    created by Cari Jansen <https://forums.adobe.com/people/Cari+Jansen> in Help with using Adobe Muse CC - View the full discussion <https://forums.adobe.com/message/7430081#7430081>
    I'm not sure I've got a grasp on the issue you are having but let me give it a try
    Website A is finished and you have uploaded it to the Internet, so it is LIVE.
    You make a copy of Website A, and call it Website B, then make all required changes.
    IF you uploaded Website B, then it is likely you will overwrite Website A. You must instead, upload Website B as a separate Website.
    To publish to a new site:
    Click Publish.
    Then click the expansion triangle left of Options.
    Change Publish To setting to New Site
    fill out rest of required details, and click OK to publish.
    You'll now have two separate web-sites.
    If you need to link between them, use absolute hyperlinks (the full URL).
    Hope this helps.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7430081#7430081 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7430081#7430081
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Help with using Adobe Muse CC by email <mailto:[email protected]> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=47 61>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • Home page link

    I changed home page link for the public user to some other page. When I click on it as a portal admin, I go to the same page, even my login page has changed to it.
    Why is this so ?
    Raja

    Thanks Michael,
    I also found another way of doing this through a dynamic page with JavaScript.
    You can specify the Frame driving URL link to point to a dynamic page which has the following code...
    <-HTML>
    <-HEAD>
    <-TITLE>Portal Home</TITLE>
    <-/HEAD>
    <-BODY>
    <-SCRIPT LANGUAGE="JavaScript">
    window.parent.location.href = "http://rs2020-1-3:7778/pls/portal30/PORTAL30.home";
    <-/script>
    <-/BODY>
    <-/HTML>
    This closes off the frame and ensure the "home" page is displayed in full.
    Thanks for your help.... Matt.

  • Home page link in Frame Driver

    People,
    i have a piece of code in my frame driver which navigates through pages and has a 'Home Page' link.
    select 'Brand : Delivery Fulfilment Analysis' brand,
    'http://rs2020-1-3:7778/servlet/page?_pageid=159&_dad=portal30&_schema=PORTAL30' url
    from dual
    union
    select 'Brand : Intake Margin Analysis' brand,
    'http://rs2020-1-3:7778/servlet/page?_pageid=161&_dad=portal30&_schema=PORTAL30' url
    from dual
    union
    select chr(13),' ' from dual union select 'Brand : Top Level Report' brand,
    'http://rs2020-1-3:7778/servlet/page?_pageid=143&_dad=portal30&_schema=PORTAL30' url
    from dual
    union
    select 'Exit' brand, 'http://rs2020-1-3:7778/servlet/discoservlet?_act=Exit' url
    from dual
    union
    select 'Home' brand, 'http://rs2020-1-3:7778/servlet/page?_pageid=101,109&_dad=portal30&_schema=PORTAL30' url
    from dual
    This code basically gives the users a number of hyper links to click on and navigate through different pages.
    When the 'Home Page' link is selected, the frame driver displays the home page in the target window, instead of the entire HTML page.
    How can i get the Home Page link to display the page as full screen??
    Thanks, Matt.
    null

    Thanks Michael,
    I also found another way of doing this through a dynamic page with JavaScript.
    You can specify the Frame driving URL link to point to a dynamic page which has the following code...
    <-HTML>
    <-HEAD>
    <-TITLE>Portal Home</TITLE>
    <-/HEAD>
    <-BODY>
    <-SCRIPT LANGUAGE="JavaScript">
    window.parent.location.href = "http://rs2020-1-3:7778/pls/portal30/PORTAL30.home";
    <-/script>
    <-/BODY>
    <-/HTML>
    This closes off the frame and ensure the "home" page is displayed in full.
    Thanks for your help.... Matt.

  • How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??

    How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??
    == This happened ==
    Every time Firefox opened

    Firefox can have multiple home pages if you wish. Each home page that will open when starting Firefox is separated by the "|" character.
    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    To have new tabs open a specific web site, add one of the following extensions:
    http://sogame.awardspace.com/newtaburl/
    https://addons.mozilla.org/en-US/firefox/addon/777

  • Photoshop Web Gallery - how to include home page link

    I have included a web gallery (created in Photoshop) to my website. Everything works fine; however, after scrolling through the photos there isn't a link to help return to the site's home page. The only option is to click the back arrow many times until you get there. Any ideas how to do this?
    Thank you.

    Kat,
    Your IE7 settings may be the same as mine, for which I generally keep the Pop-Up Settings fitering level to "High", thus blocking all pop-ups. At this level, I find all of Geoff's links for his Aerial Photos (but curiously not those on other pages) and text links on the Links page are treated as pop-ups. At the Medium level that automatically blocks "most" pop-ups, all links open to a new window for me. IE7 treats all links creating new windows or tabs as pop-ups, and you can control how they behave by changing the Tabbed Browser Settings options for "When a pop-up is encountered". Here's how to get there:
    IE7 Tools Menu (or Control Panel) > Internet Options > General tab page > Click "Settings" in the Tabs category and then check the option desired in the resulting dialog.
    Regards,
    Daryl

  • Default home page links do not work

    Before i updated to 34.0.5, I had images on a new tab page and on the default home page, i could click on the quick links. Nothing on the default home page works! I have no images on a new tab page! What happened?

    You can check the <b>browser.newtab.url</b> pref on the <b>about:config</b> page and set that pref to your preferred new tab page.
    * the default home page is <b>about:home</b>
    * the default new tab page with the tiles is <b>about:newtab</b>
    * for a blank page you can use <b>about:blank</b>
    See this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • Bug i hope mozilla can fix. Home page sometimes gets screwed up. Due to Software idiots who tamper with it and other sites... let me explain...

    Mozilla is awsome, but there comes often times such as now, DivX software asked me if i wanted to make BING my default home page. I of course said no. Well it set it to that anyways in firefox. Gee, thanks Divix and thank you microsoft for joining the ways of many adware jerks out there. Well anyways, I wanted to set it back to firefox default. Well i can't. I click that button over and over click save it keeps it at bing. I really hate bing. I like google, but i also love that firefox logo i get each time i click the home button. So now like usual, there is no way to set it back the way it was no matter how often i restart the computer the browser, click the "restore to default button" i'm now once again stuck with a seach engine on the firefox page that i hate so much. The only way to fix this is to uninstall firefox, including all add-ins and plugins, and all private stuff, to completely remove it, then reinstall it. man i am so tired of this just cuz some developers are too lazy to respect the work of other developers and consumers to now force their gibberish into my favorite web browser. Can Mozilla possibly fix this so there is no possible way any developer could ruin it for me any more? I really just like the fresh default page, with the Firefox logo and Google as default. Thanks.

    There are many loaders that change settings without asking.
    Book mark this;
    '''Download the [https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up
    and then resets your search preferences and home page
    to their default values, and then uninstalls itself. This
    affects the search bar, URL bar searches, and the home
    page.
    And check this out;
    '''[https://addons.mozilla.org/en-US/firefox/addon/settings-guard Settings Guard for Firefox]''' {web link}
    Detects and resets changes to settings that are frequently done
    by add-ons and application installers.

  • Web Services on Server 4 - Home page links not working

    We have recently upgraded our server to Server 4.
    We use the "Home Page" of the default web server as a starting point for access to web enabled services on the server - so Wiki, web version of Calendar, User Password setting etc.
    Back in Server 2 this page came preconfigured with a grid of icons you could click on to get to these services. 
    I'm not sure what you get in Server 3 or Server 4, but our start page has remained the same ever since.  However since the upgrade, we've noticed the behaviour of the buttons on the screen has changed - so now when you click on (say) the Wiki button, all that happens is the page reloads - you no longer go to the Wiki.
    If you click on the drop-down menu under the button in top left of the window and choose the same option from there, the wiki (or whatever) opens OK.
    I'd like to fix the function of the buttons on the home page - but the option to edit this page is severely constrained by the Wiki system itself: Apple use some kind of Javascript call linked to the default buttons to open the service, but you can't edit this via the wiki editor.  As the page itself is a database entry in the database driving the Wiki, you can't go and edit the source HTML for the page either.
    Does anyone know how to fix this?  Or maybe how to force the Wiki system to revert to the Server4 equivalent of the 'default' home page?  I'm wondering if somewhere between Server 2 and Server 4 the javascript libraries loaded by Wiki have changed and so the buttons no longer function due to missing libraries or something.
    Anyhow - any help with this would be most welcome.  Thanks in advance!

    Hi Jeff. You've got a GoToLink action on the home page that's pointing to a page with this name:
    Elaine's Blog Page.html
    The spaces aren't really valid (or at least ideal) for a file name, but what's really causing the problems is the apostrophe. It's causing a JavaScript error on the page, which prevents any of the actions from working. To fix it, you'd need to either remove the apostrophe from the page's name (and make sure to re-link it in the Actions palette), or escape the apostrophe with a backslash in the Actions palette like:
    Elaine\'s Blog Page.html

  • Muse Website issue - I can't send direct page links to clients

    Hi all
    I would like to send my client a direct page link from my website so that they can view some photos I have taken for them. 
    The page is purposefully not listed on the site menu so that is has a low level of privacy.
    When I enter www.domain.com/photos.html on a browser I get a error 404 message back. I have also noted that when I look at the live website I only ever see www.domain.com on all the pages I navigate too. It never changes to show www.domain.com/intro.html for example.
    Insight would be greatly appreciated.

    Sounds like you haven't moved your domain name, but instead the Muse site is being presented inside a frameset that's hosted wherever your domain is. If you "View Source" on your home page you should not see any mention of "frameset". If you do, you'll likely also see the URL for where your site really is. If you use that domain name, probably xyz.businesscatalyst.com, the direct links will work fine. They'll also work if you really assign your domain to the site rather than just showing the new site's contents inside a frameset hosted somewhere else.
    Assuming you're hosting with Adobe Business Catalyst, see steps 5 and 6 here <Launching a Muse Site | Adobe Muse CC>.

  • Google.fr Home Page - Link missing "Outils linguistiques"

    The link that stand next to the search box "Outils linguistiques" on the google home page (french) www.google.fr has disappeared... Annoying as it still visible in other navigators?

    You can find it in the drop down menu of the Tools (gear) icon at the right side on top.<br />
    This may be one of Google's experiments if you do not see it in other browsers (we recently had the black menu bar).
    The international Google site (www.google.com) has the same change for me.
    * http://googlesystem.blogspot.com/2011/06/googles-new-interface.html
    * http://googlesystem.blogspot.com/
    *http://forums.mozillazine.org/viewtopic.php?f=7&t=2239295

  • 11g Home page link questions

    A couple of questions about the links on the OBIEE 11g Home page, in the Get Started section:
    1. The Introduction to Oracle BI and Oracle BIEE Documentation links both go to the same place: http://download.oracle.com/docs/cd/E14571_01/index.htm. Is that the intended behavior? Two adjacent links that do the same thing?
    2. Clicking the Help Contents ... Oracle BI Publisher link brings up a website login screen for http://localhost:9704/xmlpserver/help/help.jsp. First of all, why would a help site be protected by a login screen? Second, what login can be used to gain access to this site? I've tried every login in my system, including the weblogic login, and it doesn't seem to like any of them.

    Clarification and more information:
    On the 11g Home page, under the Get Started... section, there is a Help Contents link. Clicking that link reveals three choices for online help, one of which is BI Publisher.
    View ... Page Source reveals that the link for BI Publisher should go to: http://localhost:9704/analytics/saw.dll?xmlpObjectTasks&Action=help
    However, clicking that BI Publisher link opens a new window that shows the URL http://localhost:9704/xmlpserver/help/help.jsp. And THAT webpage is presenting me with a login screen for BI Publisher 11.1.1.3.0, a login screen that doesn't recognize any combination of userid / password that I know of.
    Copying and pasting the URL http://localhost:9704/analytics/saw.dll?xmlpObjectTasks&Action=help into the browser displays that same login screen and ...help/help.jsp URL.
    Copying and pasting just this much of the URL http://localhost:9704/analytics/saw.dll?xmlpObjectTasks produces a page with these four rows of text:
    OBIPS11r+zOr4YIeuQ
    {t:5}r+zOr4YIeuQ
    <script type="text/javascript" src="res/b_mozilla/bipublisher/catalogactionhandler.js"></script>
    <script>obips.bipublisher.setSessionInfo("/xmlpserver");</script>
    So it appears that the xmlpObjectTasks is indeed requesting a login screen from BI Publisher.
    Which brings me full-circle to my original questions:
    1. Why should we have to log in to BI Publisher just to read its online help?
    2. Having made every possible guess of anything reasonable, I have no more guesses, and I'm asking what this login screen is looking for in terms of userid/password?
    and...
    3. Is the Home page possibly just pointing to the wrong location?

  • Can't reset home page

    I am on my second Pearl since the first one wouldn't let me reset the home page. I have talked to customer service number and they finally had me get a new one but it is doing the same thing. She told me that you can't use anything with a zip code in the URL. Ok, so I tried google.com or espn.com. It says that the home page is changed and I save it but when I close the brower down and come back into it, it reverts back to mobile.blackberry.com.
    Any ideas on how to fix this? They say that I should be able to change it.
    Thanks

    Hi and welcome to the forums!
    I am a Verizon customer, the home page is not reset by the service books. I set up Google as my home page from day one.
    On my 8330 Verizon with 4.3 device software I went into book marks, and collapsed the first group of bookmarks
    go to BROWSER OPEN MENU KEY BOOKMARKS there is a plus or minus by links and blackberry Bookmarks, CLick to make them PLUS. Press menu key - options Browser configuration scroll to the bottom and make the home page address whatever you want. Use the Format http://www.whatever.com or you can go to the website from your browser,
    press options, browser configuration, scroll to the very bottom if the page and select USE CURRENT.
    You can send service books to your self!
    Login in to your BIS site ( I put a link to it on the bottom)
    In the upper left hand of the screen it says send service books,
    You will get an email when they are received.
    Try it, and let me know!
    Thanks!
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Can't change home page preference

    I have a new Mac with two accounts. On one of the accounts, I can't set a home page other than the default Apple page. I set the desired page in preferences and it works so long as I stay logged in, but when I log out and back in, it has reverted to the factory-set Apple page.
    This does NOT happen on the other account - home page behaves fine on that account. I've tried:
    - testing different websites as home pages. Someone in another thread said they thought it was something to do with setting Google as your home page (which is what I want) so I tried other sites, but it still happens.
    - trashing the safari plist preferences file and resetting all preferences
    Any other suggestions?

    Hi again RK!
    Try to take a look through this post too and it's links:
    http://discussions.apple.com/thread.jspa?messageID=3955860&#3955860
    Do you have any Safari add-ons or tweaks? And you have tried to do a Reset Safari and then try to set the homepage again???
    Post back,
    Reg

Maybe you are looking for

  • I_NetLogonControl failed: Status = 5 0x5 ERROR_ACCESS_DENIED

    I have a single DC on a single domain that is both a PDC and DNS server. Windows Server 2012.  This is the only DC. I cannot join new PC's to domain. I am getting DNS could not resolve to domain controller. The new pc's can resolve by name to DC. Als

  • What is the benefit of "Enable Final Cut Studio color compatibility" in QT?

    Hi(Bonjour)! What is the benefit of "Enabling Final Cut Studio " in Quicktime player? I'm used to calibrate my monitor to a less bright gamma, suitale for monitoring video content. So does the +color compatibility option+ can give me more precision w

  • Problem to open form for tab

    Hi, i am using tab in form. when i open the form no fields are showing which are under tab. but if i open that form through screen painter -> preview  -> close screen painter. thereafter its working fine. what is the problems ???? i am using 2005 ver

  • Expression Language in JSP w/ JSTL

    Does expression language decrease performance on the page?

  • Set new margins for preformatted spreadsheet

    How do I set margins on a spreadsheet that came from a PC Excel to Numbers> It is preformatted for a statistics class.  I also need to set up 2 sided printing.  I also usually get a screen to do 2 sided from my printer, however that for some reason i