Include menu code on all page at once

Hello to everyone.
     How can I add top navigation menu, on all folio pages at once, without copying code menu to all pages separately? And how to fix this menu on top of the page, without using scrollable frame for content on page?
Similar menu You can see in Bloomberg Business week. When you navigating on article, menu always on top, and do not scroll with content.

There is no way in DPS natively to add a menu to the top of every page that stays fixed while the reader navigates. As you suggest, a scrollable frame is one workaround. Another is to make HTML articles where your code does the header and keeps it in a fixed location. In both situations you will still see the header move with the content when the user swipes left and right.
Bloomberg Businessweek isn't a DPS publication, so I'm not sure how they are doing it.
Neil

Similar Messages

  • I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

    I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

    I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

  • Replacing nav bar--is there a way to change all pages at once?

    I widened my site off of an iweb template and now the nav bar looks bad since it's too narrow and there is text that appears outside of the nav bar background. Since I can't change the color or looks of the nav bar, I've decided to put my own on top of it. This means if I have any changes down the line, I have to change the nav bar on every page. I have a page that nothing is linked to where I save graphic elements, so I can copy it, and paste on each page--a hassle when you have 50+ pages, and no idea how many pages I'll have in the end. IT was nice to have the automatic nav bar and header/footer, but boy how stupid to not be able to edit them unless you're a tech geek and understand all the coding!!

    a hassle when you have 50+ pages
    You should try it when you have 170+ pages!
    No, there is no simple way to change all pages at once. I use exactly the same method as you are doing now. Having proper user definable templates is on my wish list for future releases of iWeb.
    Michael
    iMac 20" Intel Core Duo 2GHz

  • I dw file.dwt files may insert server side code supposed all pages depended are in the same code eg

    I dw file.dwt (exact like this ext) files may insert server side code supposed all pages depended are in the same code eg cfml?

    I'm sorry, but your English is pretty difficult for me to figure.  I'm assuming your asking how to have a Dreameraver template support ColdFusion. It hat is what you are asking, the template file extension should be:  YourTemplateName.dwt.cfm  - this tells Dreamweaver is a ColdFusion template.
    I hope I understood you and that this helps.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Is it possible to reload (refresh) all pages at once?

    Is it possible to reload (refresh) all pages at once?

    Right-click on any open tab and choose "Reload all tabs"
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How do you make a Spry menu view on all pages but only have to change it one place?

    How do you make a Spry menu view on all pages but only have to change it one place? Someone told me maybe I could create a Library item. Any help will be appreciated.

    If your pages all have the same basic design, using a DW Template would be a way to do it...
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7abea.h tml

  • How to update all spry menu tabs on all pages

    Hi, Really need some help. I'm working in DW CS3. I've got a
    working Spry menu. ( Eureka!). I quickly made a template to start
    building pages. I left the spry bar as an uneditable region. My
    question is I made a change to the Spry Menu on the homepage. I
    changed one of the always visable tabs from Psychologist to
    "Store", and I'm adding new tabs under "instruction" every day.
    Problem is the already made pages are showing the original
    "non-update" spry menu. Is there a way for me to have DW update the
    spry bar on all pages, or is it because I made that uneditable it
    won't do it and I have to change the template?
    Thanks very much!

    I am not using an external style sheet....
    Why the heck not?  It's so much simpler to maintain site wide styles with one style sheet instead of many.
    Dreamweaver, Linking HTML to External Style Sheets
    As bregent says, CSS is not going to help you with HTML content.  If your site is already built without the aid of Server-Side Includes or DW Templates, another option is Library Items.
    Adobe Dreamweaver * Working with library items
    Nancy O.

  • Updating all pages at once

    Hello to all,
    I have now organised my files and automatically updated links
    that were already created. However, I have now realised that I wish
    to add something to one of my pages and link it to another page
    within my site. However, this needs to be done on all my pages, how
    can I accomplish this without having to go to each page and do the
    link manually?
    Many thanks,
    Jeff

    First, look into SSI (server side includes) which will
    require major
    redesign of every page on your site, but will make this
    problem go away
    completely in the future.
    Next, use the links editor in Dreamweaver if you are changing
    all specific
    links in the site, or use find and replace. When used
    creatively, you can
    actually add or remove links to a all pages as long as there
    are exact
    similarities in the code.
    For instance, if you have something like:
    <p><a href="newpage1.htm">link
    1</a></p>
    <p><a href="newpage2.htm">link
    2</a></p>
    <p><a href="newpage3.htm">link
    3</a></p>
    in your code, you could find:
    <p><a href="newpage3.htm">link
    3</a></p>
    and replace it with:
    <p><a href="newpage3.htm">link
    3</a></p>
    <p><a href="newpage4.htm">link
    4</a></p>
    That will add a link to your list.
    Make a backup of your site and then play with find and
    replace. if you screw
    it up, just restore from the backup and start again.
    Then read up in SSI... change one line in one file and it
    changes every page
    that has the include.
    "jeffuk123" <[email protected]> wrote in
    message
    news:eluh2s$gi1$[email protected]..
    > Hello to all,
    >
    > I have now organised my files and automatically updated
    links that were
    > already created. However, I have now realised that I
    wish to add
    > something to
    > one of my pages and link it to another page within my
    site. However, this
    > needs
    > to be done on all my pages, how can I accomplish this
    without having to go
    > to
    > each page and do the link manually?
    >
    > Many thanks,
    > Jeff
    >

  • Additional add-on themes for books, change format of all pages at once

    Are there any additional themes that can be added to iphoto? I would like to create a book using standard 2 wide by 3 high for all pages like the old vinyl photo albums were. I am just wanting to archive the pictures and not make a cutesy work of art out of it. I would settle for some type of "apply to all" format that i can do to all the pages of an existing theme so i can get more than 2-3 pictures to a page. Is this possible?

    No
    Liz Castro has an excellent web page showing the various themes and the layouts for each which makes it very easy to browse and see what will work best for you - http://www.iphotobookthemes.com/pmwiki.php?n=Main.HomePage
    You can make suggestions to Apple - iPhoto menu ==> provide iPhoto feedback
    LN

  • Help me stop Safari showing souce code for all pages

    Safari has been doing this for all pages including apple.com
    The only change to the system was the new combo update. Now I'm using Firefox. Can someone give me a reason to go back to Safari?

    I better add that this also affects any of the help windows for other products. Many times I just get a long line of the different help topics without formatting. It is very annoying that i cannot read the Hlep menus properly. Can anyone help me please?

  • How to change the header in all pages at once?

    I'm new to iWeb and can't figure out how to change the headers of all pages without having to go through and do it to every page. There should be a way, but is this a feature iWeb doesn't have?

    Hi,
    Refer following link which states how to change the Page Setup setting (just an addition to above poster's explanation):-
    http://docs.oracle.com/cd/E12825_01/epm.111/fr_user/frameset.htm?1900.html
    Regards,
    Edited by: 918547 on Dec 14, 2012 6:17 PM

  • Help with repeating a menu panel on each page

    Hi, I am new to designing in Dreamweaver and am working on a site which has about 30 pages. The menu structure has changed since I first created the pages so I'm wondering if there's a simple way of copying the menu code to each page without manually having to open and paste it in.
    Thanks very much
    Dianella655

    If this is something that will change on a regular basis, you should look into Server Side Includes (SSI). Basically it is a file that contains your menu items that is inserted into your page(s).  Once all of the pages have this include instead of the way you have it now, when you update this one file, all the pages are updated.  Think of it like a picture that you have on all of your pages, if you alter the picture and upload, all the pages show the newer version.
    Gary

  • Way to change all page links to 'fit page' view?

    Hi, I'm working on a PDF document which has about 130 pages.  The person who initially created all the index page links via a clickable menu item set the page view to a custom one which means the pages show at varying sizes when clicked and the page displayed.  I want them all to be 'fit page' but as far as I know to do that I'm going to have to edit each link via properties and change it manually.
    Thanks
    Guy

    a hassle when you have 50+ pages
    You should try it when you have 170+ pages!
    No, there is no simple way to change all pages at once. I use exactly the same method as you are doing now. Having proper user definable templates is on my wish list for future releases of iWeb.
    Michael
    iMac 20" Intel Core Duo 2GHz

  • Best way to make a menu that shows up on all pages and that's easy to add links to later?

    Hi everyone, first post on the forums.  I am very new to using Dreamweaver and making web pages in general, so bear with me
    Here's what I want to do:
    1. Make a web site with a menu bar on the left with about 30 links.
    2. All 30 links go to different pages on the same website, and each page has the exact same layout, only the body text is different (same placement of advertising, menu, etc.)
    3. I want to be able to add links to that menu quickly and easily.
    In other words, I basically want to just make one static menu that shows up the same  way on each page of my site.
    Now, how I am thinking is best to do this is to make one menu its own page (in its own frame??) and just have each page on my site link to that menu, so that whenever I want to update the menu, I don't have to update the static menu on each page of my website, only the one menu.html or whatever.
    This is probably the easiest thing in the world to do and I'm probably not using the proper terminology or anything, but I hope that I have explained myself clearly.
    Please respond if you have any ideas about how to accomplish this.  Thank you!

    While Breqent is right that server side includes are the best way of doing this if you aren't up on
    server side coding then you can use Dreamweaver to manage you menu.
    You do this by simply ensuring you never edit the menu area on any individual page.
    It should therefore be identical on all page and as such you can just use find and replace across the entire site or folder to edit all occurances of your menu.
    I hope this helps.
    Andy
    Best Reception

  • HTML website, SWF do a load animation only once. Same file used on all pages?

    Hey all,
    Just going through some thinking here. My HTML website is
    going to using a flash header and navigation. Now I will be using
    the same swf's on all of the pages across the site. I would like to
    play a loading animation only on the first time the swfs are
    loaded. Is there a way to do this? Or because I am using the same
    swf's will it be okay to just tell my mc to go sit on a specific
    frame and because it is in the cache each page will be using the
    same file so the mc will still be at that frame or???
    And help would be nice...

    While Breqent is right that server side includes are the best way of doing this if you aren't up on
    server side coding then you can use Dreamweaver to manage you menu.
    You do this by simply ensuring you never edit the menu area on any individual page.
    It should therefore be identical on all page and as such you can just use find and replace across the entire site or folder to edit all occurances of your menu.
    I hope this helps.
    Andy
    Best Reception

Maybe you are looking for

  • No Internet Access after 20 minutes in the router Linksys E2500

    Hi, I have a new Linksys E2500 router. Whenever I try to connect to the internet, it works only for 20 minutes. This problem started 15 days ago. At the first time, the problem was with the Internet Service Company, " Comcast ". After they had fixed

  • Problems in jolt 1.2 with weblogic 6.1

    Hi, I am trying configure a jolt pool connection on startup of weblogic server. I am using weblogic 6.1, tuxedo 6.5 server y jolt 1.2. JSL is started. I have copy $WL_HOME/classes/bea/jolt/pool from weblogic 5.1 to weblogic 6.1 I have defined a jolt

  • Error in Navigation Inbox

    Hi, I created a business role Z. and I added the configuration of the inbox. Works fine. The problem is when from the search result of the inbox I navigate to the detail of the activity or opportunity, and I want to back to the search result of the i

  • Error -9912

    can't download pictures from my iphone using image capture, iphoto, or preview.

  • Can't connect to YAHOO mail to sync calenar and address book

    Did anyone try this features? My attempt to connect was honored by recognizing Yahoo mail. Thanks for commenting. Al.