Adding hyperlinks to iweb

i have a basic iweb site with multiple photo pages. now i'm adding a blog and a movie page. so, the nav bar has each photo page listed (lots) and i'd rather have one link that says "photos" that goes to a separate photo site, then people could navigate to each page.
remember in home page how there's a menu page? is there an equivalent in iweb? (now the address goes straight to the most recent photo page as opposed to giving a menu of all the photo pages.
i also want to add a link to my old homepage site, and going to insert hyperlink isn't working...
thanks!
amy
old site:
http://homepage.mac.com/amywatson
current site:
http://web.mac.com/amywatson

Amy:
Yes you can do that. Create a Photo page, use the blank layout if you'd like, and add text links to the various other photo pages you want to link to. In those other photo pages select the Inspector option to not include that page in the nav bar. I'd done that with my Waassup! page in my Toad Hall site. Just click on the Waassup! button.
Do you Twango?
G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.9)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

Similar Messages

  • Adding Hyperlinks to photos in iWeb

    Using a photo template in iWeb, I am having trouble adding hyperlinks to photos as well as to the 'captions' beneath the photos... is adding hyperlinks simply not possible in a photo template or available only on selected templates?
    Appreciate any help.

    Try this old technic:
    http://discussions.apple.com/thread.jspa?messageID=4888047&#4888047

  • How can I create an internal hyperlink in iWeb? Would like to put an interactive menu at the top of a page.

    How can I create an internal hyperlink in iWeb? Would like to put an interactive menu at the top of a page.

    Do you meant a link to one of your other pages or to a location on one of your pages?  If it's the latter those are called anchors and iWeb does not support them.  However, there are workarounds for that.  See this blog: How to use anchors in iWeb.  If you don't have a lot of widgets on the page it can work fairly well.
    OT

  • Adding pages to iWeb

    when adding page to iweb, how do i move the name of the new page off of the top of the home page?  looking to have it on the bottom of the page..  thanks!

    Are you referring to the navbar at the top which are links to each page in the site?  If so then you'll have to deactivate (not include)  the navbar on each of the pages in the Inspector/Page/Page pane:
    Click to view full size
    and create your own Text Based Navbar which you can position anywhere.  However, there is a drawback to having the navbar at the bottom:  if the page is longer than the browser's window a visitor would have to scroll down the page to get to the navbar in order to go to a new page. That's not good web page design. 
    However, if the pages are long then having a navbar at the top and bottom is wise.
    OT

  • PDF hyperlinks in iWeb

    Hi people,
    I'm having problems with PDF hyperlinks in iWeb (version 1.1.2)
    I highlight a word, I use the inspector to enable hyperlink, I link to a PDF file, I choose a name. Simple, but it doesn't work.
    I can't open/download my PDF file.. (these are files from Word saved as PDF)
    My download/preview window doesn't even appear..
    Can anyone help?

    Post this in the iWeb '06 forum...
    http://discussions.apple.com/forum.jspa?forumID=1108

  • Changing hyperlinks in iweb

    when i attempted to reformat the hyperlinks in iweb, it wouldn't allow me to change anything on the site. i disabled the links, went to formatting and won't allow anything.
    any ideas?

    glad to help. I have been daydreaming about a third-party iWeb master site...where all the other sites are linking to. It would hold all the knowledge folks have learned over the years, and it would still be up if Apple deep sixes this iWeb discussion group.
    There are so many little hints and tricks that make using iWeb so much more fun. I know there a lot of folks here who have their own iweb help sites, but it will take a ton of google search to find them after this focus for iWeb users goes dark...if it fact, it does.
    Hugh

  • Adding hyperlinks to Flash Executable files

    I'm using a demo version of Flash 5 to see if I'd like to
    invest in a copy of Flash. I added hyperlinked text to to a flash
    movie I produced, and when I uploaded the html added to a webpage,
    when I click on the hyperlink it successfully takes me to the
    correct website. However, when I try clicking on the executable
    file version of the same flash movie, published at the same time,
    although I get the usual little hand when the put the cursor over
    the hyperlink I'm not taken to any webpage.
    Can anyone tell me what's going wrong?

    HI
    You need to use FlashJester JStart
    http://jstart.flashjester.com
    Download a FREE evaluation copy and try it.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Adding hyperlinks to objects in 3D PDF

    Hi everyone,
    I'm trying to figure out if 3D PDF has the capability to import a number of individual machine models (made in SolidWorks) to create a 3D layout of a facility, and then make it so people viewing this layout can click (or doubleclick) on a machine and have that open a web page (or another .pdf file)...are there javascript routines that get called when one of the objects is clicked/doubleclicked? If so, can that script be used to open up a url?
    Any help would be appreciated,
    Thanks,
    Jon Fournier

    On second thought, here is the an example code for adding hyperlinks to objects. It will be very tedious to do this for a huge number of parts. If metadata could be stored (no such luck) in the u3d file, this process would be very easy.
    - Greg
    http://www.immdesign.com
    The u3d file and pdf example are available using the links:
    http://www.immdesign.com/templates/hyperlink.pdf
    http://www.immdesign.com/templates/robotHand.u3d
    Parts of the code below were given to me by Grayson Lang.
    The code below must be added as a document level javascript
    use the menu - Advanced->Javascript->Document Javascript...
    // -------- Start of Document Script
    initialize3D = function ()
    var a3d = getAnnots3D(0)[0];
    var c3d = a3d.context3D;
    if ( a3d.activated )
    app.clearInterval( timeout );
    c3d.runtime.doc = this;
    c3d.runtime.app = app;
    var timeout = app.setInterval( "initialize3D()", 200 );
    // -------- End of Document Script
    // -------- Start of 3D Script
    // Save this code in as a .js file and use it as the default
    // script when inserting the u3d file into your PDF file
    // ugly code to add hyperlinks on selection of an object
    // this will only work with URLs and will not work for
    // just openning any old file
    // format for the hyperlink array -
    // hLinks["the object's name"] = "file URL"
    var hLinks = new Array;
    hLinks["fingertip-1"] = "http://www.immdesign.com"
    hLinks["fingertip-2"] = "http://www.myroombud.com"
    hLinks["fingertip-3"] = "http://www.adobe.com"
    function onSelection( objName ) {
    if ( typeof( hLink = eval( "hLinks['" + objName + "']" ) ) != 'undefined' ) {
    if (runtime.app) { runtime.app.launchURL(hLink); }
    // ack! we have to create our own "pick" function since there is no way
    // to get the selected object from the Acrobat pick right now
    var downX = -999999999999;
    var downY = -999999999999;
    var mouseDown = 0;
    myMouseHandler = new MouseEventHandler();
    myMouseHandler.onMouseDown = true; //this prop is true by default
    myMouseHandler.onMouseUp = true; //this prop is true by default
    myMouseHandler.onMouseMove = true;
    myMouseHandler.reportAllTargets = false;
    myMouseHandler.onEvent = function(event)
    // capture mouse down location
    if ( event.isMouseDown ) {
    downX = event.mouseX
    downY = event.mouseY
    mouseDown = 1;
    else {
    // check if mouse up is the same location as mouse down
    if ( event.isMouseUp ) {
    if ( downX == event.mouseX && downY == event.mouseY ) {
    if ( event.hits.length ) {
    objName = event.hits[0].target.name;
    onSelection( objName );
    downX = -999999999999;
    downY = -999999999999;
    mouseDown = 0;
    //Register the handler and turn the mule on
    runtime.addEventHandler(myMouseHandler);
    // ------ End of 3D Script

  • Adding hyperlinks to CP4 text

    Can anyone help with advise on how to add a hyperlink to text
    in Captivate 4. The hyperlinks from PowerPoint seem, to work, but I
    can't see a way to add a hyperlink in the text field to an external
    website.

    Hi
    Ok I was trying to record it, not working
    Make sure that you've copied or saved the pdf files are in the web site folder first
    1 insert text,
    2 with this text, create a fake link, blue and underline
    3 click on Click box in the tools box
    4 resize the click box over the fake link, I only keep the hint Type hint here (I deleted the 2 others) and I type Click on the link, in French Cliquez sur le lien
    5 click box is still selected, then in the left menu select Action tab
    6 In drop-down menu On success select Open url or file
    7 Click to browse, click on file or type the url
    8 Click on the drop down menu (arrow), click and select New so that way it will opens in a New browser window.
    When you export in swf
    You will have, at the end of the exportation, to copy paste manually the files in the web folder where is the swf file.
    Now we have a new problem. I didn't have this problem with all the projects published, but it happened once. Also, once on the server, the link would not open for that reason, see this blog. Still working on it. 
    http://sorcererstone.wordpress.com/2009/06/19/when-captivate-links-don t/
    sophie
    Date: Mon, 6 Sep 2010 19:21:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: Adding hyperlinks to CP4 text
    Can someone provide me to the steps of adding hyperlinks
    to CP4?
    >

  • Adding hyperlinks to word report generated using Report Generation Toolkit (RGT)

    Hi All,
    I am generating a word report using LabVIEW RGT. I would like to add Hyperlinks to the files in the local PC to the word report. I found few links which explain adding hyperlinks to Excel report but not word report.
    Please help me with this.
    Anandelamaran Duraisamy,
    Senior Project Engineer,
    Soliton Technologies (P) Ltd,
    www.solitontech.com
    Solved!
    Go to Solution.

    Hi Srikrishna,
    Thanks for your effort to reply. I think you are suggesting it for Excel report. 
    It seems that we can use the below shown VI to add Hyperlinks to a word report,
    I initially thought it will only work for HTML reports.
    Anandelamaran Duraisamy,
    Senior Project Engineer,
    Soliton Technologies (P) Ltd,
    www.solitontech.com

  • Adding Hyperlinks to other projects (Merged)

    I am running into an issue with adding Hyperlinks to other projects.  I have several projects that I have merged into one Master project.  I have generated all the child projects into their corresponding Merged Project folders in the master file.  All I am trying to do is link one project to another.  So in "Child Project A" I have a hyperlink to "Child Project B". I am linking to a "File" which is Project B's HTML file in the Master Project (Merged Folder).  When I do this, I get a message in project A that:
    "This action will create an external link to the help system.  The link may not function when the help system is moved to other systems. Create link anyway?"
    So I create the link and generate Project A, but when I generate the Master Project, the link does not work. How do I fix this?  Links that I have to pages within a project work just fine, but not when linked externally even though all the projects linked have been merged within the Master Project.

    My link is showing in the HTML like this:
    <a href="../../../MasterMerge/mergedProjects/ChildProject2/ChildProject2.htm">test link</a>
    Where "MasterMerge" is the name of the folder that I have given to generate the master project to.  I was expecting RoboHelp to convert my absolute path to a relative path that looks like this:
    <a href="../ChildProject2/ChildProject2.htm">test link</a>
    as you suggested.  I can't figure out why it is changing my absolute path to a relative path that is so long..and still the link is not working.  The work-around for this is that I go into the HTML and just paste in my absolute path.  I don't want to continue doing this.
    Note that my actual path looks something like this:
    Q:\QA\Application Documentation\MasterMerge\mergedProjects\ChildProject2\ChildProject2.htm
    Do I have too many folders?  If so, I'm not sure what to do about this since my project needs to reside on a specific drive and folder at work that other departments don't have access to.
    Thanks for responding!  I'm just so frustrated with this because it seems the little details are causing me the most trouble.

  • Adding Hyperlinks to text on a Summary Sheet in Powerpoint

    Hi
    I have a slide show that features No buttons, for questions 1- 10, If a user clicks a No button it prints a row of text with help for that particular topic.
    Im using vba to generate the wording and code for the summary page, see below
    Code for the No button is below
    Sub No1(button As Shape)
    If button.Fill.ForeColor.RGB <> RGB(128, 100, 162) Then
    button.Fill.ForeColor.RGB = RGB(128, 100, 162)
    Else
    button.Fill.ForeColor.RGB = RGB(255, 255, 255) ' default white colour
            End If
            q1Answered = False
            If q1Answered = False Then
            numIncorrect = numIncorrect + 1
            answer1 = "1. Answer to question 1 - Click Here for Further Help" & vbCr 'ADDED
            End If
    End Sub
    Code for the summary page is below
    Sub SummarySlide1() 'Summary Page for Create ADDED
        Dim printableSlide As Slide
        Dim homeButton As Shape
        Dim printButton As Shape
        Set printableSlide = _
        ActivePresentation.Slides.Add(Index:=summarySlideNumber1, _
    Layout:=ppLayoutText)
        printableSlide.Shapes(1).TextFrame.TextRange.Font.Size = 9
        printableSlide.Shapes(1).TextFrame.TextRange.Text = _
        vbCr & vbCr & vbCr & userName & _
        vbCr & "The following areas have been highlighted as one(s) which need development"
        printableSlide.Shapes(2).TextFrame.TextRange.Font.Size = 8.5
        printableSlide.Shapes(2).TextFrame.TextRange.Text = _
            answer1 & vbCr & answer2 & vbCr & answer3 & vbCr & answer4 & vbCr & answer5 & vbCr & _
            answer6 & vbCr & answer7 & vbCr & vbCr & answer8
            ActivePresentation.SlideShowWindow.View.GotoSlide 40
            MsgBox " Please Remember to Print Your Results before you leave this Page "
        ActivePresentation.Saved = True
    End Sub
    So what you end up with on the summary sheet is all the NO's the user has clicked
    for example
    1. Answer to question 1 - Click Here for Further Help
    What i'd like to do is turn the click here part in this text into a hyperlink to another web page
    Is there a way to do this using vba?
    Any help would be appreciated
    Thanks
    Jinks

    Hi Jinks,
    For this requirement, you could add a textbox with text: Click here, then use
    Hyperlink Object to add click action.
    With ActivePresentation.Slides(1).Shapes(3) _
    .ActionSettings(ppMouseClick)
    .Action = ppActionHyperlink
    .Hyperlink.Address = "http://www.microsoft.com"
    End With
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding Hyperlinks in Report shuould take action in PDF Output

    Hi All,
    I had a requirement with reports
    Explanation of the requirement.
    I had a report aaa.rdf which gives a (one)employee monthly details.
    which need to be output in PDF.
    now the requuirement is
    I had added labels "next-month" and "previous-month" labels at either side of report title.
    I need the code to kept in these labels such that when this report is executed and taken into PDF file, when user
    user clicks on the "next-month" or "previous-month" in that PDF file, the action to take is it should re-ran the same report(aaa.rdf) and should display the output in PDF in the same window but now the output should show the
    coressponding next-month or previous-month results respectively of that employee.
    please let me know if this make sense.
    please guide for the above requirement.
    this is very very urgent your help will be appreciated.
    Thanks in advance
    RRM

    Hi,
    it is not too late ....
    It's possible to add such Hyperlinks to the pdf-Output of a report.
    With use of the built-in rw.set_hyperlink('hyperlink') in a format trigge you can realize that. "hyperlink" is for example then something like:
    '/reports/rwservlet?destype=cache&desformat=pdf&report=drilldetail.jsp&userid=scott/tiger@josi&p_deptno='||:deptno
    In your case it's a call to the same report you run before and you had to set your month-parameter in the call depending your current month (next or previous).
    With srw.set_hyperlink_attrs('string') it's possible to add additional attributes like for example
         srw.set_hyperlink_attrs('target=_new')
    which opens a new browser window.
    This works for HTML & PDF.
    Regards
    Rainer

  • Adding Hyperlink to Video Made in Final Cut Pro

    I created a 10 second which incorporates my logo flash by the screen and concludes with a fade in of two different banners:
    one leading to a commercial side of my work and another leading to personal.
    I want to somehow export this video and import it into ActionScript and place a distinguished hyperlink over each banner. Any suggestions my genius Adobe Family?
    Someone's got it en the bag! Hey, I appreciate any help I can get -Nick 

    Thanks for the terminology. Yes I guess it is banding on my BRD and it displays the proper gradient when I play directly out from FCP. Sequence preset is DV NTSC 48 kHz. Capture Preset is DVCPRO HD - 1080i60 48 kHz. I let FCP select the settings when I brought in my 1st bit of HD video from my camera (via IMovie: I couldn't find a way to get in directly). My video is from the new Sony NEX (1080i). I'm sorry if I didn't answer your question re: format. I'm not very techy. I didn't understand "like noise added or in 10-bit." Thanks for your help!

  • Hyperlink to iWeb Page not working

    I have created an iWeb page. I have a hyperlink to the page on a document. The hyperlink takes me to a mobile me error page ie "We can't find the page you requested. Please make sure the URL is spelled and capitalized correctly, and try again."
    Yet if I copy and paste the exact same url I have entered in the hyperlink filed into the address bar on Safari it goes to the right page no problems.
    Any ideas please?

    Is that the page you're trying to link to in the PDF document?
    I was able to place a hyperlink in an rtfd text file and and Word 2008 document to your web page that works. The link in the Word document takes about 5 to 7 seconds to get to Safari and open the Page. The rtfd document, created with Bean
    Bean, a great, free word processor, opens the page in Safari almost immediately.
    In Work I used the Insert ➙ Hyperlink menu option and entered the URL of you page and the text to use as the link. For the Bean document I clicked and dragged the link title at the top of your web page onto the Bean page and saved as a rtfd formatted file. If the page is saved as a plain text document the hyperlink is lost.
    Click to view full size
    If I do a Print ➙ PDF ➙ Save as PDF from Bean I get a working link in the resulting PDF file. But with Word the link does not work.

Maybe you are looking for