How would I link different templates layout together

Hi
I'm new here but not new to Dreamweaver. But having said that I never used the "save as template" for multiple page layout, if that's possible at all.
The website I'm working on has 4 different page layout and I'm wondering if I can link the templates together so I don't have to go over each templates to make changes to the navigation as the site grows.
The site will eventually end up with hundreds of pages using the 4 layouts and possibly more down the road. Hence the reason why I'm trying to find a way to link all the templates together.
I'm using Dreamweaver cc and the site is html.
Any advice would be much appreciated.
Thank
Joe

Nested Templates are bad news. There's no reason to use them.  Don't go down this slippery slope. In fact, there's no reason to use 4 Templates.  It unnecessarily complicates your site.  One template that contains  everything you need for your entire site is all that's required.  Learn to use "Optional Editable Regions" and embedded CSS code for page specific styles.  One Template makes your life so much easier .
Nancy  O.

Similar Messages

  • How do you add new template layout to a Concurrent Program?

    hello.
    I've created several rtf templates via MS Words BI Publisher and somehow they get attached to template layout that can be selected before running the Concurrent Program - but does anybody know how this is done as I can't find how?
    thanks in advance..
    Steven

    Hi Steven,
    You would need to define those template(rtf) in XML Publisher Administrator responsibility (latest XMLP patch#5472959). Check this doc for more info: http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf
    regards,
    Rownald

  • How do I link different languages of subtitles to one film on one DVD?

    Hi
    I would like to know how to link three different lungauges of subtitles to one film on a DVD, giving people an option of which lunguage version to watch the film on?

    Hi
    There are No good solution.
    Either use another DVD authoring program as DVD Studio Pro - Which could do it but
    - it ceased to be sold from Apple - try e-bay and FinalCut Studio 7 bundle
    - Expensive
    - Steep learning curve
    - Hard to install on newer Macs
    If iDVD is to be used - IT WILL be severely limited as
    - You need to make one full movie incl Subtitles PER LANGUAGE (and may be one without subtitle too)
    - iDVD is LIMITED in TIME - due to DVD type used and En-Coding quality selected
    • Pro Quality + DL-DVDs = LIMIT to about 240 minutes - BUT this includes the MENU and it can take 15 minutes or even more from the total.
    Only solutions I can think of.
    Yours Bengt W

  • How would you apply different calibrations to multiple channels

    I'm attempting to apply calibration data to multiple channels. The calibrations could have been done at different times for different channels and could be using different fits. I think I have a solution for just applying the calibration information to one channel. I'm posting the solution for one channel in this post. In the next post I will include the multi-channel problem I'm working on. I had to add txt onto the initial file in order to post this.
    Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Apply Calibration One Channel.vi ‏138 KB
    Initial.txt ‏1 KB

    Thanks for the links John. I just logged on to post my working solution so I haven’t had a chance to look at them yet.
    I’ve been working on this problem and have come up with the below attachment. I believe the logic is correct, but do not know if this is the most efficient way of doing this. I start by reading the calibration information in my ini file for only the channels that I am collecting data for. This is accomplished by the case structure enclosed in the for loop. The calibration values are stored as variables so I don’t have to read them with each data point I collect. I then start the data collection within my while loop. As I collect the data I pass it through a for loop where I apply the calibration curve to it and pull the calibration variables from the 2nd case structure. I’m using a for loop for this so I can index the wave files and apply the correct calibration information to each one. The channels and sections will be inputs to this vi from the choose channel vi.
    John I don’t know if this is better or worse than what you are suggesting. I will read the links you sent me.
    Does anybody have any comments on what I’ve put together?
    Thanks, Eric
    Attachments:
    Acquire and Transform Data.vi ‏209 KB

  • How to make links different colors

    I can't figure out how to make one link a different. 

    You need to define a set of link states (link, visted, hover, active) for each ID or class name required.
    Let's say you want to have red links in your #header and white links in your #footer.
    CSS:
    #header a {text-decoration:none}
    #header a:link {color:red}     /**unvisited**/
    #header a:visited {color:gray} /**visited**/
    #header a:hover,               /**on mouse over**/
    #header a:active,              /**on click**/
    #header a:focus                /**on tab key**/
        {text-decoration:underline}
    #footer a {text-decoration:none}
    #footer a:link {color:white}
    #footer a:visited {color:yellow}
    #footer a:hover,
    #footer a:active,
    #footer a:focus 
        {text-decoration:underline}
    HTML:
    <div id="header">
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    </div>
    <div  id="footer">
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    </div>
    For more on CSS pseudo classes:
    http://www.w3schools.com/css/css_pseudo_classes.asp
    Nancy O.

  • How would one create a template for articles?

    My website:
    ModTheBox
    I have tried finding a tutorial to make a standard template
    for articles (the updates on the site); without this this standard
    template (or whatever would need to be created to make it more
    standard) I have to go through a process that would include making
    many layers, positioning, and a sloppy mess. If anybody would know
    something to help me with this dilemma it would be much
    appreciated, thanks.

    I don't understand your question.
    The page you link is a frameset. You cannot make a template
    of a frameset.
    So - what is it you are asking?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "metkillerjoe" <[email protected]> wrote in
    message
    news:ek72la$c9o$[email protected]..
    > My website:
    http://www.modthebox.net
    >
    > I have tried finding a tutorial to make a standard
    template for articles
    > (the
    > updates on the site); without this this standard
    template (or whatever
    > would
    > need to be created to make it more standard) I have to
    go through a
    > process
    > that would include making many layers, positioning, and
    a sloppy mess. If
    > anybody would know something to help me with this
    dilemma it would be much
    > appreciated, thanks.
    >

  • How would one link a landing page within a Campaign?

    I am trying to figure a way in which a user can be directed from my audience app on to a landing page all within a campaign.
    The landing page button does not have any connectors, like the other buttons - I can't connect it / add it to the current workflow.  Why are there no buttons displayed, how can I add the landing page to this work flow.  Please note the attached image.
    Thank you!

    Technically you can't "send" an audience to a landing page, it's on the canvas for reporting purposes only. If you link to that landing page w/in the email - it will draw a line for you connecting the lading page to the email once you click save.

  • OBIEE: Link Two Separate Queries Together

    Hi,
    I am trying to link two separate queries together in BIEE.
    I have a query that will give me the sales value in January 2012 (monthly query)
    But I would need to use the sales value of January 2012 to help derive the weekly sales value in another query (weekly query).
    How would you link up two queries together?
    I tried using union but it doesnt seem to be working.
    Thanks.
    Bill

    Hi Billy,
    Sure, My pleasure. Here are the basic steps what you could go through.
    1. Create an analysis with your Month (January) and Sales.
    2. Save this analysis as Report1.
    3. Create another analysis with Week and Sales.
    4. Create a filter on column:Sales using the option 'Based on Another Analysis'. The analysis editor will provide you an option to browse your other analysis which you want this analysis to be based on and just click on this browse button, and navigate to and select Report1.
    5. Once you have selected Report 1 through browse option, you get down in the same pop-up the relationship and use values in column.
    So sample entries in this pop-up might look like
    Column : Sales
    Operator : is based on results of another analysis
    Saved Analysis : /My Folder/Report1
    Relationship : is equal than
    Use values in Column : Sales
    6. If you run this analysis, you could get all weekly sales figures which are equal to the january sales figures.
    Hope this helps.
    Thank you,
    Dhar

  • How do you choose different audio streams?

    If you have an "audio options" menu, and you have the choice between Ac3 and DTS, how would you link the different audio tracks to the buttons in the sub menu. also, how do you link the tracks to the audio button on you dvd players controller?
    thanks in advance

    How is the menu done?
    In the DVDSP4 Apple training book they show how to create a script to make sure the Audio Options menu shows the currently selected version. I do not find a tutorial on how to create an Audio Options or Languages with audio choices menu.
    Thanks,
    Robert

  • Template layout strategy and meta tags

    Hello folks,
    Just wanted to start a discussion on different Template
    layout strategy and meta tags.
    When you put tother a template in DW, do you include the meta
    tags as part of the template OR
    do you insert the meta tags later in the individual pages
    created with the template?
    Cheers!

    Each page would need its own meta description. You can omit
    meta keywords
    altogether since they are mostly ignored except in special
    circumstances.
    When they are read, any impact would be almost insignificant,
    anyhow.
    So - that would suggest adding the meta description to the
    individual child
    pages.
    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
    ==================
    "billhdz" <[email protected]> wrote in
    message
    news:gmaejh$fh$[email protected]..
    > Hello folks,
    >
    > Just wanted to start a discussion on different Template
    layout strategy
    > and
    > meta tags.
    >
    > When you put tother a template in DW, do you include the
    meta tags as part
    > of
    > the template OR
    > do you insert the meta tags later in the individual
    pages created with the
    > template?
    >
    > Cheers!
    >
    >
    >

  • Report Template Layout Editing

    Hi all,
    I have few questions to check with you with regards to the report creation process.
    I read on the SAP help portal and it states the report creation process.
    Step 1 u2013 Create Report template (i.e. using CG42)
    Step 2 u2013 Edit the report layout
    I am stuck on this step as the explanation on this report template layout editing is very confusing.
    Two Questions:
    1 u2013 Do you have any documentation or any website (i.e. other than SAP help portal) that explain the step by step with screenshot on how to edit the report template layout? if you have the document can you send to me using my profile address?
    2 u2013 If I want to import a report template (i.e. a report template that had already went through all the editing process), how to import it into the SAP, what steps and what transaction codes is used for this step?
    Thanks
    Karen.

    Hi Karen,
    Q) What is difference between T.code CG3Z & T.Code to CG34? I bet the one that allow me to import the report template is CG34?
    Ans: e.g. you file has saved on Desktop. so first step is to upload the file from Deskop to Application Server which is CG3Z
    and once it is uploaded to Application Server ( Directories), you can import the template from Application Server ( Directories) to Libraries with the help of CG34.
    CG34 can only import from Directories and not from the Desktop. so both the T.code must be used in sequential manner.
    Q) How do I drag and drop those symbol into the Microsoft word sheet on the right screen?
    Ans: once you open the CG42. here select the Symol Tree which is nothing but the Property Tree of Specification Workbench.
    selec the appropriate Value Assignment and Characterstic and then Below to that that is Buttion  "Insert WWI Object in Template" ( + Symbol in Green Colour) , click that Button to Addd it to template. then add the Main Repeating Group i.e. Value Assignment Name the again click on "Insert WWI Object in Template" to add the same to Templates.
    Q) After I had imported an external report template into the SAP, how to open it up in the SAP in order to allow me to view it or to edit it?
    Ans: See once the ready made template is imported the you can directly assing that template to Generation Variant in CG2B.
    If I have statisfied your queries, please grant me the points.
    Regards,
    Amol Joshi

  • Captivate 7 - link different project

    Hi everyone,
    I don't know if my question is at the correct location.  I'm sorry if not...
    I have a problem with my Adobe Captivate 7 project.  It used to be one big e-learning, but now I broke it into different smaller modules. 
    Module A - Welcome:  this module is a navigation page.  User can choose to enter a specific module.  Clicking on a button  -> 'on succes': open another project.
    Module B - D: the different content modules with at the end, again 2 options -> go to the next module or open the welcome module
    When publishing I got the alert saying that all my files should be located in the same folder.  And I guess this is where my problem can be found....I cannot save the projects in the same folder, because all the subfolders (which are automatically generated when publishing) standard have the same name...
    SO, in brief my question is:how can I link different modules without using an LMS ??
    PS: I published the modules as Html files. 
    Thx for the help !

    You should DEFINITELY publish each project to be in a separate folder, otherwise you can encounter lots of conflicts with files that may share the same name but be applicable only to a different project.
    You should be able to use the Project End option to call the HTM file of another project, but you will need to ensure the link is correctly formatted as a Relative Link so that you the links will still work correctly no matter where you copy the files.  This process is known as Daisy Chaining.  However, you will need to ensure the content is served from a web server over HTTP and not from a LAN server.  On LAN servers or local drives (CD ROM drives too) daisy chained links will not work unless every end user configures their Flash Global Security settings to trust the publish folder location containing all of the files.
    See this topic:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security

  • Linking different projects

    Hi everyone,
    I have a problem with my Adobe Captivate 7 project.  It used to be one big e-learning, but now I broke it into different smaller modules.
    Module A - Welcome:  this module is a navigation page.  User can choose to enter a specific module.  Clicking on a button  -> 'on succes': open another project.
    Module B - D: the different content modules with at the end, again 2 options -> go to the next module or open the welcome module
    When publishing I got the alert saying that all my files should be located in the same folder.  And I guess this is where my problem can be found....I cannot save the projects in the same folder, because all the subfolders (which are automatically generated when publishing) standard have the same name...
    SO, in brief my question is:how can I link different modules without using an LMS ??
    PS: I published the modules as Html files.
    Thx for the help !

    Please do not double-post issues.  It is viewed as being very impolite.

  • Link different instruments to the MPC Pads

    Hey,
    I Just bought an AKAI MPK Mini and my question is, how can i link different instruments for example from NI Massive to different pads? I want
    to make a dubstep beat that is played live on the pads. can i assign a note from the piano roll to the pads?
    Need help quickly. Thanks in advance!

    Hello,
    Lets say your column names were LINK and NAME.
    in your report make the select statement:
    SELECT LINK,
           NAME
      FROM TABLENow go to your report attributes and click on the NAME column to edit its attributes. Scroll down to the column link section.
    Change link text to #NAME# and change the target to URL. Then in the URL attribute put #LINK#.
    Good Luck,
    Tyson
    Edited by: Tyson Jouglet on Nov 26, 2008 1:49 PM

  • Linking different parameters together

    Hi,
    I would like to link different parameters together. Like the rotationX of one layer controls the translationY of another layer. How can I do this?
    Can I some how script it? (is it actually possible to script in motion at all? Are there tutorials for scripting in motion?)
    Or can I create my own behavior for my problem? I wasn't really able to costumize it the way I wanted with this "apply to" field that is in some of the behaviors.Is there a trick to it?
    Any ideas?

    Yes it would be nice to have some after effects style simple expressions for linking things together. But, the Apple way is more based around simply duplicating behaviors, ie setup a behavior (say a motion path) on one layer, and copy that to another layer. Otherwise copy keyframes, or do things with match moves....

Maybe you are looking for

  • BEA-001156 error repates with DR datasource in 10.3.2

    I am getting an below error with 10.3.2 DG statsource (listner is down ). we have same configuration in 10.3.1 and errors out first time and does not repeat unlike 10.3.2 . any help is appreciated. ####<Jan 31, 2011 10:05:47 AM PST> <Warning> <JDBC>

  • How to Upload IDOCs data into BW

    Hi guys, I am working in a Retail project, In this project BW and BW-BPS is playing the main role. The scenario is like, Every small POS (point of sales) machine data comming to one central POS server. From this server the data is uploaded everyday i

  • Safari won't load page

    I am trying to load a page but it keeps saying the server was not found. The weird things is that I accessed the page today but then when I tried to access it later it said the server was not found. I am using Safari. I'm not sure what caused it. The

  • [Solved] SD Card Slow to Show Up

    Hi All, My card reader seems to be acting up as of late. I have to insert and remove it a few times after a boot before it will mount. The card works fine on other machines and mounts right away in my Arch install on subsequent inserts if I haven't r

  • ActionListener and Timer

    Hello, please help me. I have a problem with a timer and the actionlistener. here is my code: public String button2_action() { ActionListener listener = new ActionListener(){     int count = 1; public void actionPerformed(ActionEvent e){ count++; Str