Template with frames?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Template with frames?

    Hello,

    I was wondering if it is possible to have a template with 2 frames in them or
    vice versa. I want to have a navigation menu on the left and bottom of each
    page in my site. Any help is appreciated.

    Cheers,
    Jennifer

    snorestud Guest

  2. Similar Questions and Discussions

    1. template inside another template
      Hi All! I have a problem with templates! As far as I know there is a nested template in dw. A nested template means that a template can be...
    2. Frames. PLEASE HELP
      I have a Frameset that consists of 3 frames (top, left and main). I created a simple html page (outside the frameset). This page has a form and a...
    3. Frames ?
      Is it possible to put a button in the last frame in fireworks. I am trying to make a symbol move across the screen and then stop(Frame 15), then I...
    4. Using a Template as the base for another Template
      Hi, - Dreamweaver MX - Created a HTML-Template with some menu-items (normal hyperlinks) - I need to create on that menu-items some submenu-items...
    5. Frames--
      I have a question concerning frames and windows settings. We have 3 computers that run xp. My computer is the only one that will not show frames...
  3. #2

    Default Re: Template with frames?

    It's not possible to make a frameset page into a template. But really,
    there would be no reason to do so.

    It is possible to make each individual frame into a template.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dmsrh0$h2v$1@forums.macromedia.com...
    > Hello,
    >
    > I was wondering if it is possible to have a template with 2 frames in them
    > or
    > vice versa. I want to have a navigation menu on the left and bottom of
    > each
    > page in my site. Any help is appreciated.
    >
    > Cheers,
    > Jennifer
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Template with frames?

    Dear Murray,

    Thanks for your response. I guess I need some advice. I want a left vertical
    bar with a menu in it and bottom menu bar on each page for navigating the site.
    What do you think is the best way to do that, excluding very difficult
    scripting & coding. I am pretty amateur at this. Now if I have a left and
    bottom frame, how do I get this to update throught the whole site when I make
    changes? Also I can't make verticle templates, they all seem horizontal.

    Jennifer

    snorestud Guest

  5. #4

    Default Re: Template with frames?

    > What do you think is the best way to do that

    A table with your menu in the bottom row.
    > Now if I have a left and
    > bottom frame, how do I get this to update throught the whole site when I
    > make
    > changes?
    Use Library items, Templates, or Server-side includes - all explained in
    DW's F1 help.
    > Also I can't make verticle templates, they all seem horizontal.
    Sorry - I don't understand what you are asking here.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dmt8qv$438$1@forums.macromedia.com...
    > Dear Murray,
    >
    > Thanks for your response. I guess I need some advice. I want a left
    > vertical
    > bar with a menu in it and bottom menu bar on each page for navigating the
    > site.
    > What do you think is the best way to do that, excluding very difficult
    > scripting & coding. I am pretty amateur at this. Now if I have a left and
    > bottom frame, how do I get this to update throught the whole site when I
    > make
    > changes? Also I can't make verticle templates, they all seem horizontal.
    >
    > Jennifer
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Template with frames?

    Dear Murray,
    > Also I can't make verticle templates, they all seem horizontal.
    Sorry - I don't understand what you are asking here.

    I mean I want a navigation menu on the left side of the page. I have an
    example of what I want the page to look like here:
    [url]http://www.snorestud.com/Flash/flashmenustest.htm[/url]

    I just need the menus to be able to be edited through the whole site easily. I
    tried making a template with the left menu but then I can put content right
    beside it (where the blue not found page is)

    Thanks again for your help,
    Jennifer

    snorestud Guest

  7. #6

    Default Re: Template with frames?

    > I just need the menus to be able to be edited through the whole site
    > easily. I
    > tried making a template with the left menu but then I can put content
    > right
    > beside it (where the blue not found page is)
    You are seriously in need of basic HTML. This is simple to do with a table
    at the most basic level of understanding - consider a two cell table with
    navigation in the left cell and content in the right cell.

    The truth of the matter is this - the more you know about HTML (and CSS),
    the easier DW will be, and the more of these questions you will be able to
    answer yourself.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dn4q84$8$1@forums.macromedia.com...
    > Dear Murray,
    >
    > > Also I can't make verticle templates, they all seem horizontal.
    >
    > Sorry - I don't understand what you are asking here.
    >
    > I mean I want a navigation menu on the left side of the page. I have an
    > example of what I want the page to look like here:
    > [url]http://www.snorestud.com/Flash/flashmenustest.htm[/url]
    >
    > I just need the menus to be able to be edited through the whole site
    > easily. I
    > tried making a template with the left menu but then I can put content
    > right
    > beside it (where the blue not found page is)
    >
    > Thanks again for your help,
    > Jennifer
    >

    Murray *TMM* Guest

  8. #7

    Default Re: Template with frames?

    Dear Murray,

    I figured it out thanks. Sometimes the easiest route is the hardest to see.

    Thanks for your patience.
    snorestud Guest

  9. #8

    Default Re: Template with frames?

    Perhaps. What was your solution?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dn6ldp$j02$1@forums.macromedia.com...
    > Dear Murray,
    >
    > I figured it out thanks. Sometimes the easiest route is the hardest to
    > see.
    >
    > Thanks for your patience.

    Murray *TMM* Guest

  10. #9

    Default Re: Template with frames?

    I ended up just using tables and made my menus in flash so they refresh if I were to change them. I read articles and apparently frames aren't the way to go these days.
    snorestud Guest

  11. #10

    Default Re: Template with frames?

    Neither are Flash menus. Think about those who might not have Flash
    installed. Think about how spiders will see the inner pages....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dn6v4c$4hb$1@forums.macromedia.com...
    >I ended up just using tables and made my menus in flash so they refresh if
    >I were to change them. I read articles and apparently frames aren't the way
    >to go these days.

    Murray *TMM* Guest

  12. #11

    Default Re: Template with frames?

    Well then you got me. I want to use this special font and don't know of another
    way that people can see it.
    >Think about how spiders will see the inner pages....
    Why can't spiders see the inner pages?

    snorestud Guest

  13. #12

    Default Re: Template with frames?

    Do you want to use the font on body text or just on header/title
    information?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "snorestud" <webforumsuser@macromedia.com> wrote in message
    news:dn7063$66a$1@forums.macromedia.com...
    > Well then you got me. I want to use this special font and don't know of
    > another
    > way that people can see it.
    >
    > >Think about how spiders will see the inner pages....
    > Why can't spiders see the inner pages?
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139