Hyperlink to Specific Spot on a page...?

Is it possible to link to a specific spot of a web page in iWeb?

it's called anchors (in page anchors)
Is it possible to link to a specific spot of a web page in iWeb?
no.
but you can do it with javascript, javascript window.scroll function.
here my example: http://widgets.cyclosaurus.com/Anchors/Anchors.html
upside, javascript is linked to the example.
downside, you have to know javascript.

Similar Messages

  • Is there a way to enter a link & have it go to a specific spot on the page?

    hi,
    i have a long list of items and i want to have a directory at the top of the page.. then a person can click on an item and it takes them to the middle of the page or so... then a link that says "top of page" underneath the items..
    is this possible?

    It's very difficult to do but varkgirl has instructions on her site here: http://www.varkgirl.com/Anchors/One.html. Another how-to page is here: http://iWebFAQ.com/Anchors
    Do you Twango?

  • Hyperlink to a specific point on a page

    I am trying to insert a hyperlink which jumps to a specific point on a page. The way I would like it to work is so that I have a list of headings - an index - and when you click on a heading it jumps to that particular chapter in a text.
    So far I have only been able to get a hyperlink to jump to the top of a page.

    Anchor
    Search is your friend

  • How to define the hyperlink command in the online help to go to a specific place on another page?

    Hi,
    I run my online help (WebHelp) in an application in Firefox. When clicking a link on a page, I want to go to a specific section on another page. In the hyperlink I am using the #<bookmark> to go to the bookmark on the other page. This works in IE, but not in FireFox. Do I need to use a different command or do I have to change some settings in my browser to make it work?
    Thanks!

    Does your page design use frames (classic frames or inline frames)?
    From past threads:
    Make sure your bookmark doesn't contain a #. In other words, if the bookmark is Chapter1, Firefox will require #Chapter1 on the link, but if the bookmark is #Chapter1, then Firefox will require ##Chapter1 on the link.
    If your page changes height after loading, for example, you use a script that collapses some sections, Firefox may go to the original location in the page instead of the updated location. The workaround for this would be to have a script in the page check the hash and scroll to the correct location after changing the height.

  • Hyperlink to specific page in PDF doesn't work in Safari

    Hyperlink to specific page in PDF doesn't work in Safari

    Here is the URL http://www.soka.edu/files/documents/academics/academic-catalog-2013-2014.pdf#page=83
    It works in Windows machine but not in ipad safari.
    Thank you,
    Rutvi

  • Hyperlink to a spot in a file folder?

    This is slightly OT, but not completely.
    I need to create a hyperlink to a spot in a file list on the server.
    For instance, we have our pdf directory which looks like this
    Y:/12345_-.pdf
    Y:/12346_-.pdf
    Y:/12346_A.pdf
    I want to create a hyperlink that will pull up the folder listing in windows explorer, with the cursor at the first occurrence of my search term, so that if the search term is 12346, 12345_-.pdf would be highlighted.
    The catch is: it has to be done via a hyperlink.
    Anybody know how I can do this?
    TIA

    Hi Michael.
    There are a couple of ways to achieve this. To link to a specific page by number use:
    <a href="http://www.domain.com/file.pdf#page=3">Link text</a>
    To link to a named location (destination) use:
    <a href="http://www.domain.com/file.pdf#nameddest=TOC">Link text</a>
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Create a link to a specific spot in PDF document

    Is it possible to create a link from a Table of Contents item to a specific heading on a page within the same document. So far from what I've read and what I've tried I can only link to a specific page but not a specific section on that page. Is that possible? If so how to I do that? It's basically the same idea as HTML anchor links within the same HTML page. So if you have a links up top you can create named anchors for the destination spot later on down the page. I tried using the destinations in Acrobat also but it seems to also only point to the page, not the specific area on a page.
    If anyone knows if that's possible, could you either show me how to do it or point me to a tutorial online that shows how to do that. I've searched and searched but just cannot seem to find anything. Maybe I'm not using the right keywords to search.

    You can either link to an existing named destination or a view that you establish when you create the link. A named destination is a combination of a page and the view settings (e.g., fit width, fit visible, 200% zoom and scrolled 1/4 way down the page, etc.)
    When you add a new named destination, go to the page you want and set up the display of the page to what you want. Give the named destination a meaningful/descriptive name.
    When you create the link that you want to target a named destination, select an action of "Go to a page view" and set it to the current view. You then have to go and edit the action and select "Use Named Destination" and select from the list of named destinations in the document.
    You do not need to set up named destinations to link to a specific area of a page, but they are helpful when linking from other documents or systems, particularly if the document that's linked to changes with any frequency.
    To set up the same type of link without using named destinations, just add a new link and when you're presented with the "Create Link" dialog, select "Go to a page view" and navigate to the corresponding page, set the view you want, and click the "Set Link" button.

  • Place images to a specific spot in a template

    I am trying to create an action that will drop images into a specific spot in another document and save it with a certain file name. After the first image is dropped in and saved, I want my next image to do the same and so on. I have all my images cropped to the correct ratio and being pulled from a folder on my desktop. I have my template open in Photoshop where I want my images from that folder to be dropped into. Is this possible?
    Any help is greatly appreciated!!
    Melissa

    Melissa
    What you want to do can be done but it is complex and actions have some limitations and can not use logic without using a script or two. File saving  can be tricky for an action will always save the same file name or use the current document name saved either overwriting the file or saving it to some other particular folder. Action that populate a template can be created but it will always populate the same number of images because an action can not use logic to find out how many spots there are to populate. There are different ways to drop an image into the active document you can paste into an area or just past in the image in as a new layer.  You can also Place images in as smart objects. Each method has some advantages and disadvantages. Layers can also be aligned with selections and layers can be transformed in size.  Your best off creating rule for creating a template and have a plan as to how your going to populate these templates that follow your rules. To protect the template from alteration you may want to dupe the template close the original and work on the duped version. When you dupe the template you can give the dupe a name if you do not name it the new document will have the same name with copy appended.
    Scripting is more powerful then Action but they are programs that are written in a scripting language. Photoshop supports three languages. VBS, Applescript and Javascript. Only Javascript is supported on both the MAC and PC platforms.  Even using Javascript you may need to code the script to work on both platforms for I'm sure there are some differences in the OS and file system the may need special handling to work on both platform.  From you description of you work-flow it is hard to tell exactly what you are doing.   If you trying simple create a photo Collage.  You may want to have a look at my free Package for Photoshop called "Photo Collage Toolkit" . I have been told this package works on a MAC but I created it and tested it on widows and got it To work with CS2, CS3, CS4 and CS5.
    Photo Collage Toolkit UPDATED Sept 24, 2011 added a script to replace a Populated Layered Collage Smart Object Image with an other image with resizing.
    Photoshop scripting is powerful and I believe this package demonstrates this.
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    There are eight scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    Note: Rags Gardner www.rags-int-inc.com Photoshop Collage Template Builder script Copyright (c) 2006 builds layered Photo Collage Template psd files. Rags's has given me permission to include a modified version of his script in my package. The modification converts Rags's layered image template document into a flattened template compatible with Photoshop "Photo Collage Toolkit" package. There is also an option that will instead create a layered image stack like Rags's templates are these are also produced if you attempt to create a template with more then 53 images.
    Photoshop only supports up to 53 Alpha channels therefore with its design the Photo Collage Toolkit can only support collages with 1 to 53 images. I do not feel this is a big limitation for if you put 53 3:2 aspect ratio images on a large 16" x 20" paper they would need to be less then 1.9" x 2.86" in size if you wanted a frame around each and less then .95" x 1.43" on a 8" x 10" year book page size.
    While the maximum number of images in a collage is 53 you can actually create larger collages by populating a large number of images into several collages and then populate yet an other collage template with these populated collages. Each will be placed into the collage of collages as a single smart object layer. You may want to save the populates PSD file as Jpeg files first to cut down on the overhead of having large PSD file smart object layers in the collage of collages.
    Documentation and Examples

  • Can't get to a specific spot on a website. Am being told I have used too many redirects?, Can't get to a specific spot on a website. Am being told I have used too many redirects?

    I am trying to get to a specific spot on a website. I have signed on and can get to all other sections, but when I try to get to this one section I get a message back saying Safari cannot get to that page, too many redirects? Help?

    Clear. Safari, close it and reset your iPad.
    Go to Settings>Safari>Clear Cookies and Data.
    To close an app, drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the Safari app and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Hyperlinks won't work on some pages

    Hi,
    I created a document in CS3. I have lots of hyperlinks within the pdf, but for some reason all of the hyperlinks on specific pages won't work. I've even copied and pasted the hyperlinks from pages that do work. Please help!

    Hi Sandeep,
    Thanks for responding - in answer to your questions:
    - there are no links to local files, all URL's starting http://www.
    - I'm using Acrobat Pro X (although also checking it in plain old Acrobat Reader)
    - I'm creating it with InDesign CS5
    - The links are definitely there when I open it up in Acrobat. I've evn tried setting the links up using Acrobat to test if it was a problem exporting from InDesign but that also didn't work for them.
    I'm checking with the client now about the version(s) of Acrobat Reader they're on and also asking them to check the links within it. Are there any settings their end which could stop them working do you know? They've told me older documents with URL hyperlinks are still working fine, so wouldn't appear to be that.
    I'm afraid this file is confidential, so I can't really share.
    The latest test I've tried are to create a new 'for web' document and that seems to have helped testing on a different machine, although I'm waiting to see if it's had any effect with the client. I cannot think of any other things to try right now!
    Thanks for all your help - any more suggestions or advice you can offer will be much appreciated!
    Regards,
    Luke

  • After hitting  link in nbc news, there is no return to same spot on previous page.

    After hitting  link in nbc news, there is no return to same spot on previous page.

    I had a similiar problem.. perhaps my solution will give you an idea. My problem is I was returning a list of records.. when the user clicked more down I added the next 50 records.. but I didn't want them to have to scroll down themselves.. So the tag that generates the records inserted a specific id on the row I wanted to start with and then I used the following javascript to scroll down (all of this was in a nested scrollable div tag) This solution works in both FF and IE.
    var divObj = document.getElementById('AnchorDiv');
    var anchorObj = document.getElementById('ScrollHere');
    if(anchorObj!=null&&divObj!=null){
         divObj.scrollTop = anchorObj.offsetTop;
    }     So for you you could put an ID on the container that contains the tabs.. then when the page loads have javascript fire that scrolls the page down to that element... You will of course have to make sure you have some value on the form or in the session that you can use to tell you it is infact a tab change, so that it doesn't scroll down there all the time.
    That may not help, but it might get you thinking in the right directions..

  • Would crtl+f work or is there another way to search or quickly hyperlink to different sections on the page?

    We have a very long extended data tab full of custom sections and we would like to be able to give a user a way to search the page quickly.
    Would crtl+f work or is there another way to search or quickly hyperlink to different sections on the page?

    I don't know enough about your use case to provide specific direction but you may be able to use the 6.1.1 UI extensibility point.  For example, you could add an anchor link collection control that scrolls the page to the top of each section when selected. 

  • Extract Title and specific table of content/pages in set of PDF's

    I need to extract the title of each PDF and a specific content and its pages. For example i have a folder full of PDF's and i need to find in the Table of Contents a heading called Enhancements if there. If Enhancement content is there copy the Title of the PDF usually on first page and copy the Enhancement section and place in another PDF as chronology of enhancements.I have AA Standard X
    What tool can do this?

    You could certainly use the SDK to write a custom plugin to Acrobat (in C/C++) that would do what you require.  It's not trivial, however.

  • When using the "Fill & Sign PDF" feature, is there a way to stretch to size the text box, for a specific area on the page...instead of it going on in one straight long line...?

    When using the "Fill & Sign PDF" feature, is there a way to stretch to size the text box on a specific area of the page...instead of the text box going on in one straight long line....? I'm not seeing there's an option or ability to do so, just wanting to confirm.

    Improving the handling of multiple line text fields is in our plans, but for now, you will have to add manual carriage returns (Enter).
    Thanks,
    Josh

  • Focus on a specific item on JSF page

    How we can focus on a specific item on JSF page in Jdev 11g.
    In our use case user chose something from a radio button Then he want to focus on specific item on page.
    Thanks.

    I don't think so. One other thing is to insert javascript to the page from the code (backing bean):
                    FacesContext facesContext = FacesContext.getCurrentInstance();
                    ExtendedRenderKitService service = (ExtendedRenderKitService)
                    Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
                    service.addScript(facesContext, "alert(\"Hello!\");");Pedja

Maybe you are looking for

  • Re: Possible to download VZ backup assistant data to Storm

    I just got the Blackberry Pearl 8239 flip, and had to find a way to get my messages off of a LG phone with Backup Asst. (I have Verizon). After a lot of research and some mistakes,  was able to successfully (more or less) get my info into my phone wi

  • Error while generating Rules in GRC5.3  RAR Component

    Hi While generating the rules in Foreground from the GRC 5.3 Risk Analysis & Remediation, we are getting the following error. Error in Rule Generation! Reason:ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.

  • Hidden information in pdf file

    Hello everybody, I've recently started using BI-Publisher and therefore I'm not very familiar with this tool. I am using an XML file (as data source) and an rtf template to create a pdf file (I can't use a pdf template) l'd like to know if there's an

  • Commit delete

    Hello, I'm trying something new on this and I am wondering if anyone has ideas. In the past rollback segment size wasn't something that mattered. We could make them as big as we wanted. We can no longer do that so when I go to delete 4 million record

  • Displaying dragable image thumbnails

    Hi all, I am wondering if anyone has any ideas in how to display a list of thumbnails in a vertical or horizontal list, which can be dragged to be resorted or any new image can be inserted into through dragging an image. Any ideas would be greatly ap