IWeb Page Navigation

I am trying to be able to show names in the navigation bar but not all names on all pages. For instance I want something like this.
Home----
---California
----San Diego
----Los Angeles
----Oakland
---Florida
----Miami
----Orlando
----Tampa Bay
---New York
----New York City
----Albany
----Buffalo
Basically when you are on the Home Page it just says Home, California, Florida, New York
ON the California page it says Home, San Diego, Los Angeles, and Oakland and nothing else....etc.
Does anyone now how to do this other than Hyperlinks?

As far as I know, the only way is the clunky way of individually typing the names of each page and using the enable hyperlink function. I asked a similar question on apple discussions recently about breadcrumbs and that is the best anyone could come up with.
Dreamweaver does this kind of stuff automatically, although it is a lot harder to learn Dreamweaver than to play around with iWeb.

Similar Messages

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • Tip: How to link to a non-iWeb page in the main navigation menu.

    I've figured out an easy way to add a link to the main navigation menu which links to a URL of your choosing. For example, I have an older .Mac site using the now archaic HomePage. Instead of rebuilding all of my old pages in iWeb, I thought it would be nice to add a link to the old site from the top main navigation of the iWeb pages. Sounds easy, right? Apparently Apple has other ideas as iWeb doesn't allow you to do this.
    Here's a work-a-round:
    Step 1.) Open iWeb and add a new page to your iWeb site. Pick any template, it doesn't matter which one.
    Step 2.) Change the page name to whatever you want using the page inspector. Whatever you choose as a name here will be reflected in the main navigation menu. For example, I named my page "Photo Archives".
    Step 3.) You don't need to edit this new page at all. In fact, we're going to erase all of the content in it later. Now publish your site.
    Step 4.) If you're using .Mac, mount your iDisk to your desktop. Then navigate through the folders to: Web -> Sites -> iWeb -> <Your Site Name>. If you're hosting your site somewhere else, navigate to your root directory.
    Step 5.) You should now be looking at all of the files which make up your iWeb site. Open the dummy page we created in Step 2 in a text editor. I used BBEdit, but TextEdit (see note below) will work just fine. For example, my dummy page is named "Photo Archives.html".
    Note: If you're going to use TextEdit, you need to select the checkbox "Ignore rich-text commands in HTML files" from the Open & Save pane of the Preferences dialog PRIOR to opening the file from your iDisk.
    Step 6.) Select all of the text (Command-A) and Delete.
    Step 7.) Paste the following text, substituting the URL you want to link to.
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url=http://www.mydomain.com/mypage.html" /></head><body></body></html>
    Step 8.) Save the file. You're done! You now have a link in the main navigation which goes to any URL you want.
      Mac OS X (10.4.4)  

    Hi,
    I'm OK to step seven but in your example can you highlight or make bold the "url address part " I'm to replace with my own?
    Thanks!
    Step 6.) Select all of the text (Command-A) and
    Delete.
    Step 7.) Paste the following text, substituting the
    URL you want to link to.
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d
    td"><html
    xmlns="http://www.w3.org/1999/xhtml"><head><title></ti
    tle><meta http-equiv="refresh"
    content="0;url=http://www.mydomain.com/mypage.html"
    /></head><body></body></html>
    Step 8.) Save the file. You're done! You now have a
    link in the main navigation which goes to any URL you
    want.
      Mac OS X
    (10.4.4)  
    G4 iMac,1.25 iBook, G4 Tower   Mac OS X (10.4.3)  

  • How can I add a link to an external page to the iWeb created navigation menu?

    I want to add a link to a Wordpress blog to my iWeb created navigation menu.  Dream Host is hosting my site.

    Here's a JavaScript that inserts a link in the navbar
    <script language="JavaScript" type="text/javascript">
    <!--
              theNavUL = parent.document.getElementById("widget0-navbar-list");
              // insert a LI before the current list of li's
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.insertBefore(TheLi, theNavUL.getElementsByTagName("li")[0]);
              // append a LI to the current UL list
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.appendChild(TheLi);
    // -->
    </script>
    Paste the code in a HTML Snippet.
    Edit:
    See it in action (the More and Home links are added this way) :
         http://www.wyodor.net/mfi/ipad/

  • Creating a frame within a iweb page

    I would like to create a frame within one of my iweb pages so that I can maintain the navigation menu while incorporating expose photo slide (or any other external page to be displayed within my page).
    Please correct me if I am wrong but I don't think this is possible using iweb and must edit the source code.
    Does anyone know if there are any templates out there I could just copy and past to get this done? i am simply looking to create a frame pretty much taking up the entire center of the existing page while leaving the navigation menu in tacked. Do appreciate the help!
    iMac & Macbook   Mac OS X (10.4.6)  
    iMac   Mac OS X (10.4.6)  

    You might want to take a look at this articel from Michael Wong:
    http://www.rowan-cottage.co.uk/Site/Integrate%20Guestmap.html
    It covers inserting a GuestMap using frames.
    Will

  • Can I more iweb pages to wordpress

    Can I move iweb pages to wordpress

    Wordpress is a CMS (Content Management System). You can move the content but not the pages.
    Your options are to completely rebuild the site using Wordpress or start a new one and link to the existing pages in your iWeb built site in the navigation.

  • Video clips on iweb pages

    I have several small quicktimes on several of my iweb pages to show samples of my work. Is there a way in iweb that I can place a thumbnail that visitors can click on to open that specific video file?
    I'm looking for a way to avoid a visitor having to wait a while to download all videos on a given page even if they only want to watch a certain one.
    Could someone please give me some advice on the best way to deal with videos in iweb?
    Thank You

    You can place each video on its own page to download faster. Create a page of thumbnails and select each one in turn to make it a hyperlink to the appropriate page in the "link" inspector. You can select "open link in new window" and exclude the "video" pages from the navigation in the "page " inspector. This will prevent overloading the main navigation menu and save you having to have a "back" button on each "video" page.
    You can select "autoplay" in the "QuickTime" inspector so that the movie starts when the page loads.

  • Page navigation tab location question!!!

    how do i change the location of the page navigation link tabs, currently on the top of the page, to the left hand side?

    You can't do it in iWeb. All you can do is deselect the showing of the navigation menu in Inspector, and then create your own vertical nav bar wherever you want it. Here is an example of a webpage with a 'homemade' vertical navigation pane.

  • Redirect iWeb Pages To External Sites?

    I have a persona domain that I have linked to my .mac account. I have a previous blog that I am trying to substitute on my site instead of having to create a whole new one using the iWeb blog feature. How do I do this?
    Currently, I have tried to change my CNAME records at my Domain control panel. I use blogger.com so I entered in a new CNAME record that would direct to the correct destination field.
    All I want to happen is to have on my navigation bar where it says blog to redirect to myname.blogger.com. I can not figure out how to do this. Maybe I am just making it too complicated.

    I was struggling with this same problem for a few hours tonight and finally got it figured out.
    1. Create a blank page in iWeb and set it to be included in the navigation bar.
    2. After publishing your site, find the file iWeb creates called "index.html" and open it with a text editor. (I like TextWrangler, but TextEdit should work as well.)
    3. The file should be very short. Find the section that looks like this:
    meta http-equiv="refresh" content="0;url= PageName.html" /
    4. Replace the portion after "url=" with the full external URL you want the navigation bar link to point to. For example, your final line might look like this:
    <meta http-equiv="refresh" content="0;url=http://myblog.blogspot.com" />
    5. Select "Save as...", and use this file to replace the blank iWeb page you created for the Navbar. (If you made Blog.html, this will become your new "Blog.html" file. (Don't just save the file, or you'll screw up your index file. We're just using it as a template.)
    For an example of this fix in action, here's my site where I did this exact same thing earlier this evening:
    www.timelypersuasion.com
    (click on the "blog" link in the navbar to see the external redirect)
    Hope this helps.
    -J

  • Integrating an interview into my iweb page

    Hi Guys,
    Could anyone give me any ideas about how I could integrate an interview into my iweb site. It is a long text (currently in ms word format) w and so putting it as one continuous block on one of the iweb pages would just be too much I was thinking of some kind of pop-up windows (more PDF-ish?) with navigation arrows, but I can't seem to come up with anything.
    Here's the site as it stands:
    www.dubkasm.com
    Any tips please?
    Thanks in advance!
    Ben (Brazil)

    Hi QTK!
    Just a quick question, where will the pdf document reside? Will it automatically copy the file into the folder of the published site?
    Ben

  • How do I change the color of the rollover on stock iWeb Pages?

    Hi,
    I have used a template from iWeb 08. I allowed the page navigation menu to be the one from the blank page template. Unfortunately, the text is Dark Gray, and is Black when in use.
    I want to be able to change at least the rollover color. How can I do this?

    One way is to hide the standard navigation, build your own in a text box and copy and paste it to each page of your site. This way, you will have your choice of fonts, colors, roll over colors etc.
    Doing this also helps to get your navigation to display in IE and allows you to create a comprehensive sitemap for Google.

  • Iweb pages not easily viewed by windows Explorer users. FF&NN more better.

    My work colleagues, who are all on windows computers defaulted to use internet explorer, can't load my iweb pages.
    The music halts, the pages stutter and stagger and it takes forever to load. and then one can not scroll... The problem seems to disappear when i have people download firefox and netscape navigator and call up the site with those browsers. But some folks don't want to take the time to do that. Default Internet Explorer should work with iweb-built pages. Is there a fix?
    Also, on my mac.com page, the number of hits is no longer reflected. I recently upgraded to iweb (ilife) 08, (from earlier version that came with the Macpro when i bought it in july)Before the upgrade, I could always see the pages and how many hits all in one place! i have rebuilt the pages and added other pages in the new iweb 08, but still can't see the hits. do you have a fix, does anyone have a fix?

    There's been a lot of stuff written in this forum about Internet Explorer. A quick search will keep you reading for hours!
    A lot of the problems disappear if the user has the latest version of IE and QuickTime Player installed.
    Also they have to have Java Script enabled.
    One good idea I saw on a website was an announcement that "this website is best viewed in Firefox" with the Firefox download logo beside it. Get it here...
    http://www.spreadfirefox.com/?q=affiliates/homepage
    Try to educate the we surfers one at a time!
    I would post your hit counter issue as a separate topic since a lot of people will not bother reading about IE as so much has already been said.
    I am answering this because your topic was getting ignored and the hit counter issue may get a better response if you try again.

  • Change URL for accessing iWeb pages

    Hi,
    I'm publishing to a folder and my site is being hosted on a Godaddy account.
    The problem I am having, is that I do not like the long URLs that each of my iWeb pages has. For example if I want to forward a link, it's something like "www.domain.com/SITENAME/PAGENAME/FILE." I'd much rather have something cleaner like "www.domain.com/blog" or "blog.domain.com" to forward as a link.
    I've been searching around for an answer and found info on Domain Forwarding, Domain Masking, CNames and subdomains. But none of this has fixed the issue. I thought domain forwarding/masking would, but when I entered the info in to GoDaddy my site still had the long URLs when I navigated to it.
    Is there anyway to either hide those long URLs or edit the site to shorten the names of the pages? If someone could put up a clear roadmap, step by step, of how to fix this issue that would be great.

    I believe GoDaddy offers CNAM forwarding and masking for sites they host. They do for sites hosted on MobileMe. The CNAME method will give the following in the URL window:
    CNAME
    The CNAME method as setup will display:
    DomainName.com/SiteName/Page1.html
    DomainName.com/SiteName/page2.html
    This will display http://DomainName/SiteName/PageName.html for each of the pages and will let visitors bookmark individual pages.
    F+rom Akdream in Support Domain Name, what is it all about
    This is how it is when you host the site on MobileMe and it should work if you host it on GoDaddy. It will give you what you want so check with GoDaddy and see if and how to activate it.
    OT

  • Google Custom Search on Iweb page

    Thanks in advance for your advice!
    Has anyone had any luck having google custom search work on a iweb homepage? If I have it search non-iweb sites it works fine. But when I try to use it to search my iweb page it fails. Is there something about iweb pages that makes them unsearchable?
    Thanks,
    Will

    Get rid of the standard iWeb navigation and build your own.
    You'll get some information here....
    http://alyeska.altervista.org/en/iWebNavigationmenu.html

  • Display data from CSV file in iWeb page

    Hi,
    I like to display data from a CSV file in iWeb page if a date value from CSV file matches todays value from the system. Here is an example.
    CSV data values
    01/20/2011,Sunny,87
    01/21/2011,Cloudy,100
    01/22/2011,Rainy,60
    If today's date value is 01/21/2011 the page should display 01/21/2011 Cloudy 100 in a tabular format.
    Appreciate your help in providing HTML code for this issue.
    Thanks

    I suspect there is a soft return in the excel database somewhere that can't be seen. Take the csv/txt file into notepad and look for a line that starts oddly compared to the others.
    I haven't had luck removing soft returns from excel files so I do this a rather odd way. I take the excel file into InDesign as a table, and then use find/change to replace any soft returns with nothing, then convert the text to table and then export the text out again by going export, and selecting text from the dropdown menu.
    For my money, I always save tab delimited text files from excel so that if a field does contain commas, it doesn't "trick" indesign into thinking a new field is beginning or not... instead the field delimiters are tabs and they are unlikely to have been used in the excel database.
    If you do choose to use this indesign import method of mine to clean up the database, i also noticed two things in your screengrab: first was that some fields have spaces at the start of the text... easy enough to fix with a GREP that looks for ^\s (start of a sentence followed by a space) and replace with nothing. The second thing is the T&C field that all entries (at least in the screengrab) all start the same – if all entries in the database start the same, couldn't that line be in the indesign file? Its only a small detail I know.

Maybe you are looking for