How do I create framesets in dreamweaver cc

I need to desing a nested frame set in Dreamweaver I can't even following tutorials posted

The most common reason for using frames has been the desire to place repetitive content (like menus, headers and footers) into all your pages.
May I suggest you consider using SSI (Server Side Includes)
http://www.adobe.com/devnet/dreamweaver/articles/ssi-extension.html
http://www.tizag.com/phpT/include.php

Similar Messages

  • How do I create templates in Dreamweaver?

    My url is www.investix.co.uk How do I create a general
    template that I can use for all of the pages within the site? I'm
    using the lastest version of Dreamweaver.

    If you already have a layout that you're happy with, you have
    to establish your editable regions then save the file as a template
    (File: Save as Template on the Mac). After that when ever you
    create a new HTML file,be sure to select "From Template"

  • How do I create a service mark in Dreamweaver?

    I need to create a service mark in Dreamweaver. I checked the
    knowledgebase and character maps; I could only find copyright, TM,
    and registered trademark.
    If there isn't a keyboard shortcut, how do you create
    superscript in Dreamweaver? I tried the <sup> tag, which is
    used for the aforementioned characters.
    Any suggestions? Tips? Tricks? :^))

    On Thu, 15 Nov 2007 20:38:25 +0000 (UTC), "TravelingAngie"
    <[email protected]> wrote:
    >Not having any luck with <sup> tag; it's just
    adding spaces between the word and the SM text.
    Try it this way:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Service Mark Example</title>
    <meta http-equiv="imagetoolbar" content="no">
    <style type="text/css">
    sup {
    font-size: 70%;
    vertical-align: text-top;
    </style>
    </head>
    <body>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing
    elit.
    Aliquam erat volutpat. Praesent tempus rutrum wisi. Proin
    dui
    libero, tempor non, mattis nec, imperdiet a, nulla. Nunc
    hendrerit,
    metus eget sodales interdum, ipsum felis lacinia elit, vel
    bibendum
    nunc ligula ac wisi. Donec vitae neque. Nam quis ante ut est
    viverra aliquet. Vestibulum<sup>SM</sup> dui.
    Phasellus ultricies
    elit nec nibh. Sed pede tortor, tincidunt a, vestibulum id,
    posuere
    quis, eros. Vestibulum quam. Nullam augue. Nullam eleifend
    turpis
    a augue. Aenean vestibulum. Quisque et velit eu diam
    consequat
    nonummy. Nullam volutpat enim et pede.</p>
    </body>
    </html>
    Gary

  • How do i create a styled spry mysql driven menu using dreamweaver cs4?

    How do i create a styled spry mysql driven menu using dreamweaver cs4?
    I have cs4. I gave up on using MS sql as a datasource. I finally got a php successfull connection in my PHP web page.
    I would like a nice video tutorial for creating a dynamic menu.
    I guess i can style it by attaching a css file to the page. Are their any already designed css files out there in some online area?
    i am not a good designer. so i would like to simply have a collection of menu_style.css files and choose what looks good.
    But first i need to build the spry menu from the mysql database.
    Any help is apprechiated.
    My first choice was to maintain the data in an MS sql server file. If i could directly attach to an ms sql datasource then that would be the best option.
    I dont think i want to have to re-generate an XML datasource each time i add or modify the menu. I would like to maintain the MS Sql or mySql file instead.
    If i could generate an XML datasource from the MS Sql database then I may even prefere that, but i have spent a lot of time trying to figure out how to do that and not had any success. So i prefere working in MS sql but would settle for mySql if i had to.
    Thanks
    Jerry

    To create a dynamic menu take a look here http://labs.adobe.com/technologies/spry/samples/menubar/MenuFromNestedData.html#
    The XML file for the above menu looks like this
    <?xml version="1.0" encoding="utf-8"?>
    <items>
         <item id="0001" type="donut">
              <name>Cake</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
                   <batter id="1003">Blueberry</batter>
                   <batter id="1003">Devil's Food</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5006">Chocolate with Sprinkles</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0002" type="donut">
              <name>Raised</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0003" type="donut">
              <name>Buttermilk</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
              </batters>
         </item>
         <item id="0004" type="bar">
              <name>Bar</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7001">
                        <name>None</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0.25</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0.25</addcost>
                   </filling>
              </fillings>
         </item>
         <item id="0005" type="twist">
              <name>Twist</name>
              <ppu>0.65</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
         </item>
         <item id="0006" type="filled">
              <name>Filled</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7004">
                        <name>Strawberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7005">
                        <name>Rasberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
              </fillings>
         </item>
    </items>
    Then remains the manner in which you create the XML file which can be found here http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html
    One you have your menu up and running, you will be able to apply styles and effects

  • How do I create a One to many relationship page in Dreamweaver?

    How do I create a page in dreamweaver that comes up after the user logs in from the log in page that will allow the user to:
    Add, change and delete in 2 tables that are in my MYSQL database that is a one to many relationship
    One thing that is confusing is how the foreign key that links to the one side of the relationship is created in the many side without the user inputting the foreign key each time adding information to the many side table.
    I am creating this in Dreamweaver using a MYSQL database and PHP.

    >Would the following be a part of it:
    >
    >Outer join
    Probably not. When updating/inserting/deleting from 2 tables you perform each seperately. Table updates may join two or more tables to resolve the correct row(s) but you still only update one table at a time. Procedurally you would create a transaction, update the first table, update the second table and then commit the transaction.
    EDIT: Well I take back my last comment. I see that MySQL does seem to support multiple table updates. I don't use MySQL so I can't really help you on that but the MySQL manual gives pretty clear syntax.

  • How do I create a message board/forum using forms in Dreamweaver?

    I want to create a forum or messageboard using the form in Dreamweaver but I don't know how to do it. Is there any guidance on how I could create a message board or forum on Dreamweaver?

    I don't think it can be done with just dreamweaver,
    You will have to download something like PHPBB,
    If you have a host with fantastico deluxe you can easily set up a forum
    with it.
    Daniel

  • How can I create a photo album on Dreamweaver CS4?

    How can I create a photo album on Dreamweaver CS4? The button that is supposed to do this (Commands>create photo album) is disabled.

    Hi Nancy, Thank you for your help.   Do you have any idea why the button that creates photo albums in my version of Dreamweaver CS4 is disabled?
    Thank you,  Date: Sat, 19 Jan 2013 12:29:48 -0700
    From: [email protected]
    To: [email protected]
    Subject: How can I create a photo album on Dreamweaver CS4?
        Re: How can I create a photo album on Dreamweaver CS4?
        created by Nancy O. in Dreamweaver General - View the full discussion
    DW is web authoring software.  It's not a photo gallery creation tool. You can build your own own web gallery with HTML or PHP, CSS & JavaScript.  http://alt-web.com/GALLERY/Gallery.php Or you can use commercial products to help you. Project Seven's Image Gallery Magic 2:http://www.projectseven.com/products/galleries/igm2/index.htm jAlbumhttp://jalbum.net/  Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5007136#5007136
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5007136#5007136
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5007136#5007136. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How do you create a scrolling banner in Dreamweaver CS4?

    How do you create a scrolling banner/marquee in DreamWeaver 4?  I can't find anything about scrolling banners in the documentation or in the several books I've searched.  Thanks.

    Dreameaver can't create something like that out of the box, you need to use some type of script for the 'scrolling' to work.
    This is pretty good, with lots of variations:
    http://sorgalla.com/jcarousel/
    You may find something listed here that may give you an idea:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    or go over to www.jquery.com  (that's one of the popular frameworks being used at the moment for image slidehows/banners/galleries etc).
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • How do I share access to Dreamweaver with a colleague of mine in a separate location?

    How do I share access to Dreamweaver with a colleague of mine in a separate location?
    I currently have DW loaded onto my desktop. I am presuming that if my colleague wants to get access to it, I have to copy the DW files I've created and put them onto the creative cloud connection. If that is the answer, How do I do that?
    My colleague has already downloaded DW onto his computer - he just can't see the files that I've created, even though I am making sure that my version of DW is always closed when he accesses his version.
    Any help gratefully received
    Jamie

    It is against the standard Dreamweaver license for your colleague to be using your license. Your colleague needs his license.

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • How can I create a photo gallery in flash cs3, Iam a beginner in flash

    How can I create a photo gallery to put into my current flash site Iam creating? Using  flash cs3, can anybody suggest any tutorials (noting complicated with me being new to flash cs3)
    When going on line I saw that maybe you can use Dreamweaver, XML, or even Photoshop can anybody explain the difference between using one or the other?
    THanks

    Indeed, google ftw.
    For example:
    +as3 photo gallery flash tutorial
    reveals many including this one:
    http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/

  • How do I create hidden folders in iweb

    I switched to Mac from PC which means I lost FrontPage.  I have 6 small websites for my books and I need to rebuild these.  I don't have time to learn Dreamweaver at this time.  How do I create the essential hidden folders I need in iWeb to place the books for download?

    Thanks Kirk
    I just wasted 6 hours before I realized this.  I'm so frustrated switching from PC to Mac.  The learning curve is tremendous and very frustrating. I've lost over a month of productivity due to little issues like this. Hopefully no one else will suffer.  Here's the remedy I came up with.
    Basically iWeb cannot be used for anything other than basic vanity mini websites.  If you're doing ecommerce, need various folders or are using it to market products with downloads or anything needing protected, this is not the product to use.
    For others with my issue, how do you update or change a FrontPage site when you no longer have it and no longer have a PC (most of the open source programs available for this only work on PC). My sites were built in FrontPage.  I needed to update and change them.  This is how to do it.
    From the hosting panel with your hosting company use the FTP uploader. You need to save the entire FrontPage Website to your computer or an external harddrive. You can then open it and edit it in DreamWeaver. You may be able to do this with outher editors as well but this one I know you can. Dreamweaver can be rented on a month-to-month basis now and it does come with a 30 day free trial.
    If you don't know how to do CSS style sheets, you will need to go into each open page, cut the text, past it into an rtf document in Mac.  Then, choose format and change it to 'plain text' and recopy and past into the open page of Dreamweaver.  This gets rid of the funky formatting FrontPage does and changes all the copy to <p> tags.  Then go into the code view in Dreamweaver and add the <h1> <h2> and other headings where needed. Dreamweaver does allow you to specify the attributes and create an in page CSS.
    All of this is temporary but at least you'll be able to work on, edit and make changes even if you've lost access to a PC and FrontPage.  Eventually you will need to replace the entire FrontPage site

  • How do I create an unordered list with three items and link to id's

    How do I create an ordered list with three items and linl to id's on my page

    Thanks, I guess what I was really asking, Is there a n option in the insert menu or somewhere where Dreamweaver does it for you.
    I am not clear on what you are wanting DW to do for you?  Is it that you want it to insert a three item unordered list?  No - there's no such function.  You would need to click in Design view where you want the list to go, click on the bulleted list icon on the Property inspector, and then enter the three items separated by carriage returns.  Then you'd have to link each item specifically.
    To enter the named anchors to element ID values, CS5 has no way to do this.  You'd have to enter those links manually.

  • How do your create an xml glossary file?

    Everyone talks about importing the glossary from an xml file , even from one created from Excel. I have browsed until my fingers bleed and watched the tutorials and seached the Captivate files to try and find a glossary root file to work with.
    Please excuse my Newb question but how to I create an xml file, specially using Excel (the easiest way for me to set up a Glossary)?  Is there an example I can work off? How do I paste the import xml tags as offered in the widgit to such a file.
    This glosary file will be imported and used in to approximately 40 modules so obviously I want just one file to work with.
    Again sorry for the newb question.

    Hi Jeremia,
    From one newb to another ;o)
    I ditched the whole thing  as soon as I figured it out because putting the glossary in to the captivate slides was really clunky and not a neat solution. Instead we are using our custom written background database and having a glossary link in the main navigation menu, a luxury many captivate scorm projects would not have.
    However the spreadsheet is a way of writing all the tags needed for the xml code (fill down). Just highlight ALL the cells with all the tags as per the screen shot, copy and then paste in the open dreamweaver page. However, make sure the dreamweaver page is an xml page. You can then use the xml dreamwever page as the import in to captivate.
    Because you are copying from a spreadsheet the paste action in dreamweaver will insert tabs between the data of the cell. You get rid of this by doing a search and replace...search for the tab and replace with nothing, effectively deleting the unwanted tabs.
    It is highly inelegant but it works.
    Hope this helps and does not confuse it further.
    Re: How do your create an xml glossary file?
    created by bittymiah83 in Adobe Captivate - View the full discussion
    This is very helpful - I'm just missing the piece of how I import the excel data into the Dreamweaver code. Am I repeating the same code over and over in Dreamweaver and cutting and pasting from the excel file?
    I'm a newb also so any help would be appreciated!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6173858#6173858
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6173858#6173858
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6173858#6173858. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Captivate at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Trouble Creating Forms in Dreamweaver

    Hello,
    I am having trouble creating a form in Dreamweaver for my website.  The form is fairly basic, just some contact/comment input required.
    I created my webpages using Fireworks CS4 and exported them as HTML and Images.  The basic format of my website is to have a rectangular block in the middle of the page, where the form elements are supposed to be entered.  However, it seems that I cannot simply add a textbox or textarea to the middle of my page.  If I try, everything gets shifted around very strangely.
    How can I leave the format of the page intact, but add in the form elements (name, email, comments)?
    You can see the page here: http://www.wafflesnjoe.com/preview/contact.htm
    Thank you

    Thanks Murray, I had a feeling that that's where I'd be headed.
    Is there a more seamless way of transferring webpages from Fireworks to Dreamweaver, such as CSS and Images, that would make it easier for me to work in Dreamweaver?
    Would you recommend building websites in Dreamweaver, and not bother with Fireworks?
    Sorry for all the questions, but I'm a newbie.
    Regards
    Date: Wed, 15 Sep 2010 05:25:31 -0600
    From: [email protected]
    To: [email protected]
    Subject: Trouble Creating Forms in Dreamweaver
    I'm not very familiar with Dreamweaver, so this may be a basic question to ask.
    The trick is to be familiar with HTML, not DW, since HTML underlies everything that DW does, and that you want to do on a web page.
    To add a form to a page without disrupting the layout of the page, you have to a) select a layout design that constitutes good practice, and b) build the layout so that it accommodates the form.  I know that's not a very satisfactory answer.
    First of all, unless you are fairly familiar with HTML, your layout will not be easy to implement because you will need to constrain the form and its elements to fit vertically within that central area.  This is not so easy because you have no way of controlling how large or small I (as a visitor) am displaying my text in my browser.  Thus, that form's content is going to expand or contract vertically causing the boxed area to need to expand or contract accordingly.  This is layout 101 for an experienced developer, but may just push you over the edge if you have no HTML under your belt.  So, I would discourage you from trying to use this design.  Is that possible?
    >

Maybe you are looking for