Hyperlinks directed to different section of same page?

Is this possible in iWeb? What I want is to have a menu bar at the top of one of my pages that links to different sections of the same page since its a really long page. Any help would be greatly appreciated!

There is a way using HTML snippets. See Peter Berglund's post in this thread: http://discussions.apple.com/message.jspa?messageID=9044022#9044022 and then go to his blog for more info.
I've used it in the Contents page for my demo sites. The links in green are to "anchors" on the pages indicated.
The hyperlink would be http://web.me.com/MMeAccount_Name/Site_Name/PageName#widgetX with X being the number of the widget just above the area you want to direct to. You'll have to publish the page and the change the X until you get the location you want (particularly if you have more than one widget on a page). The widgets are numbered in the order they were created.
OT

Similar Messages

  • 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. 

  • Multiple users directed to different home or index pages.

    I would like to have different users directed to different home or
    index pages after they log on to Weblogic. We are running v5.1.
    THanks

    Well, maybe you can have a look to our example formauth.
    After login, you call securytest.jsp. Here, depending of the user you can
    redirect him to the right page.
    Romuald RICHARD
    Developer Relations Engineer
    BEA Support
    "Scott" <[email protected]> wrote in message
    news:[email protected]..
    >
    Thanks Richard,
    How can this be accomplished?
    "Romuald RICHARD" <[email protected]> wrote:
    After your users are logged in, you can call a jsp which will do the
    right
    dispatch, no?
    Romuald RICHARD
    Developer Relations Engineer
    BEA Support
    "Scott Rodenhiser" <[email protected]> wrote in message
    news:[email protected]..
    I would like to have different users directed to different home or
    index pages after they log on to Weblogic. We are running v5.1.
    THanks

  • Printing different photos on same page in PSE 8

    Is there a way to print 2 or more different photos on the same page?  If you know
    of a way please respond.  This is in Photoshop elements 8.
    Thank you,
    Ed Dunlap

    The help file in organizer will lead you to making a collage, using  pre-packaged templates. I like the versatility of making a collage manually.
    Open a new blank file in Editor (File>new>blank file). Enter height & width in inches. Color mode:RGB, Background color: your choice. White is default. Resolution: 240-300px/in for printing. It is desirable to have the resolution of the two pictures which you will be placing on the background to have about the same value
    Drag each picture up from the project bin to the background. Note that each picture will be on its own layer in the layers palette
    Access the move tool, and you can position each picture (on its respective layer), and resize it with the corner handles as necessary.
    HTH

  • Hyperlink colors two different colors on pulished page

    iWebbers,
    I have published a small site. The hyperlinks on the page are gray, which I understand cannot be modified. But the links are two different grays. Links to other pages on the site are dark gray, while links to email and external URLs are a lighter gray.
    Have others noticed this, or is it just me & my site?
    BC

    CSS Classes:
    http://www.tizag.com/cssT/class.php
    Then just change the link attributes for those classes so that the links show up different colors:
    http://www.w3schools.com/css/css_pseudo_classes.asp

  • Hyperlinks (target="_blank") and buttons on same page problem.

    Another interesting problem.
    I have a hyperlink that is set to open in a new window (target='_blank') and execute the 'hyperlink1_action' on the server.
    The framework executes the javascript function 'hyperlink_submit' (in the formElements.js library) when a hyperlink is clicked. This function sets the 'target' property on the form and also creates a hidden field that identifies the hyperlink that was clicked.
    This works fine and a new window open up with the required data.
    However, now if I click a BUTTON on the ORIGINAL page, a NEW WINDOW pops up and the WRONG DATA is displayed due to the form target setting and hidden field that were created by the 'hyperlink_submit' function called prevously - ie. the changes to the form made by the 'hyperlink_submit' function are NOT rolledback/overwritten when the button is clicked. How annoying!!!
    Am I doing something completely wrong or what?
    Anyway, I feel better now. Have a nice day!
    Message was edited by:
    thepigs2
    OK. In the absence of any replies, I've come up with this superhack that I put at the end of the page which fixes the form...
    <f:verbatim>
    <script>
    var f = document.getElementById('form1');
    f.oldsubmit = f.submit;
    f.submit=function() { setTimeout(function(){resetForm(f);},250);return f.oldsubmit(); }
    function resetForm(f)
    f.target='';
    for( var i=f.childNodes.length-1; i >=0; i-- ){
    var n = f.childNodes;
    if (n && n.name)
    if (n.name.indexOf('_submittedField')>-1)
    f.removeChild(n);
    </script>
    </f:verbatim>

    Guillaume,
    The built-in tabular form feature only supports one tabular form on each page. You'll have to put the two forms on separate pages. Or use simple reports as the detail reports with edit links to an edit form page.
    Regards,
    Marc

  • Web template with different sections from same query

    Hi all.
    we have a query that display some characteristics for a single employ; we want to create a web template that display, in different analisys items (referred to same data provider), parts of query result.
    The query has only characteristics and no indexes.
    To explain better:
    Query result:
    Employ      1000
    B.U.           AAA
    City            Rome
    Level           A
    Web template:
    +------------------+                    +-----------------------+
    !    Employ 1000   !                    !    City    Rome       !
    +------------------+                    !    Level   A          !
                                            +-----------------------+      
            +--------------------+
            !  B.U.      AAA     !
            +--------------------+
    We should be able to write a web template like this using 3 different query but the question is: can we use the same query ? DATA_ROW_FROM / DATA_ROW_TO parameters don't work because only limits data rows but we have 1 only row!
    Thanks to all.
    Valter Casse
    AMS-BW
    SSC

    Have you considered creating and using query views?

  • Load different content in same page

    Hello,
    I am putting together a css site and have my css file working
    and an html file that sets up my page how I would like. however I
    don't have the nav bar working in an ideal fashion. Is it possible
    to have different content load into the content area of my one html
    file based on user nav menu selection? If it is not already clear,
    I am new to this and any help is truly appreciated. Thank you,
    John
    btw,I am using CS4 design premium.

    It's a bad idea for all the reasons we have already
    mentioned.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "DWFAQ.info" <[email protected]> wrote in
    message
    news:gnticf$6mk$[email protected]..
    > Hey John,
    >
    > You can have nav links display different content in body
    all in one page
    > with
    > spry.
    >
    > Check out this for demos:
    >
    >
    >
    http://labs.adobe.com/technologies/spry/samples/data_region/DataWithURLParams.ht
    > ml
    >
    > You can also use SpryURLUtils.js to allow users to
    bookmark individual
    > links
    > that are all located in one page.
    >
    > If spry dataset is received through
    dynamically-generated xml from a
    > database
    > you can also setup a database-driven mirror of the pages
    that can be
    > crawled by
    > search engines since no javascript is used in php
    version of site. For
    > instance you can have index.php that retrieves dynamic
    xml dataset using
    > spry
    > to display pages and you can have index2.php that uses
    php MySQL with url
    > parameters ti display content through article id like
    index2.php?id=1,
    > index2.php?id=2, index2.php?id=3, etc. on the index2.php
    version you can
    > have
    > a javascript that redirects javascript users to
    index.php and keeps
    > non-javascript users on index2.php
    >
    > Bottom line is it *can be done with bookmarks and search
    crawl ability but
    > it
    > takes a little work and ingenuity. Question really
    should be whether the
    > effort is worth it to you or not...
    >
    > Hope that helps.
    >

  • The cursor jumps to a different section of the page when typing

    Whenever I type either in emails or on web pages, while typing the cursor either jumps to an earlier section of the text I am typing and my text appears there, or the view of the page jumps to the end of the page.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Am creating document with Pages. pages are in "portrait" orientation, but two charts at end need to be "landscape". changing the orientation for one section changes it for entire doc. can i have different orientations in Pages for different sections?

    am creating a document with Pages.  all pages using "portrait" orientation, except 2 appendices need to be in "landscape".  in Word for Windows it is possible to have different page orientations for different sections of a document.  is that possible with Pages.  Even when i put the appendices in a different section, changing the page orientation changes it for the entire doc.

    Make a separate document the size and orientation you want.
    Turn that into a pdf and add it back into the original Pages document or into the pdf from from that document.
    Peter

  • How do I copy different parts of the page into separate pdf files?

    I have Adobe Acrobat 9 Pro and an assortment of very large pdfs that I want to make into about a thousand individual pdfs.  The pages contain text and I want to be able to copy parts of the page into separate different pdfs.  It would be really nice if I could split up the page into the required sections by highlighting all the different sections on the page and then save each section to individual pdfs all at once.  Acrobat has so many features that I am hoping that it can do something like this.  Thanks  Anewbie282

    With the number of pages you are talking about, there is no real easy solution. However, try extracting the page(s) you want in a new file. After the extracted file exists, try using the object select tool to remove the parts you do not want. You might find using the redaction tool to zero out the parts you don't want might work better. Unfortunately, a PDF is not a word processor type data file and the editing is likely not going to be easy.

  • How do I apply different margins to different section in the same document?

    In Pages 5, how do I apply different margins to different section in the same document? there are is no layout break like in Pages 4.

    Use the Text Format Pane, Layout Tab, Indents.
    You could do the same thing by dragging the margin stops on the Ruler.
    Jerry

  • For the same table in the same page, how to use 2 different forms (simple and tabular)?

    Hello! How I can be on the same page with the same table insert and update operations using 2 different forms (single form and tabular form)
    I have little knowledge of Apex, but I know PLSQL
    Thanks
    Ginger
    Ecuador

    Thank you Gramps.  It took some time, but I've got it working now.  I had to re-do all the user authentication actions from scratch for one of the databases, but it's finally behaving itself now.  I appreciate you pointing me in the right direction.

  • If I am viewing a page with the words date or match, the words are hyperlinks to a dating website. This is not so if I view the same pages in IE and has not been picked up by Norton, Spybot or malware bytes etc. Is this a Firefox bug?

    If I am viewing a page with the words date or match, the words are hyperlinks to a dating website. This is not so if I view the same pages in IE and has not been picked up by Norton, Spybot or malware bytes etc. Is this a Firefox bug?

    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Setting different pages widths in different sections - Pages 5.2

    In Pages 5.2, how does one set different page widths (margins) in different sections?

    You can't. Margins apply to the entire document.
    What you can do is set the margins to their max width and then use left and right indents for the sections you want narrower.
    Peter

Maybe you are looking for