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

  1. #1

    Default FRAMES!

    Im trying to make my web page have a header, and then its content. I want the
    content to be in its own frame so that the header never leaves the page. I know
    how to make frames, but how do I make frames so that they are directly right
    under each other so that the viewer doesnt see a space in between them. Does
    that make any sence?
    The web page Im building idopromotions.com needs to be put into frames. Right
    now it just keeps reloading the header due to it having to reload the whole
    page when a viewer clicks on a navigation button. I need the page look the same
    and have the same spacing, but for the content area to be in its own individual
    frame. Im not too skilled at Dreamweaver yet, so any help is appreciated.

    davidprovost Guest

  2. Similar Questions and Discussions

    1. Frames Help
      I have a site with a side frame that is acting a little bit wierd, and i cant figure out why. The side frame basically calls other things, using...
    2. php like frames?
      Someone told me that you can use php to make a webpage that works like having frames. (Boy that's a cryptic statement) Let me try to explain....
    3. Why frames?
      One reason not to use Quark is that they use frames for anything.... Does anybody know why InDesign needs to use frames instead of just placing...
    4. frames and php
      I have a html page divided into three frames (and I'm a total newbie to php) if i need to say click on an image in the first frame which I...
    5. new frames
      every time i create a frame 2 or wut ever it is the same as frame 1. i dont know how to make that frame its own frame
  3. #2

    Default Re: FRAMES!

    I do not use frames but I do know that you can set the border of a frame to 0
    and alsotell it not to use frameborder like:

    <frameset rows="*" cols="80,*" frameborder="NO" border="0" framespacing="0">

    this should act the same way as tables in HTML and mean that there is no
    spacing.

    boy mackman Guest

  4. #3

    Default Re: FRAMES!

    Frames are almost never the best choice for layout. Why do you feel you
    need to use them? They can bring lots of misery into your life and that of
    your visitors.

    --
    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
    ==================


    "davidprovost" <webforumsuser@macromedia.com> wrote in message
    news:dod8t3$68h$1@forums.macromedia.com...
    > Im trying to make my web page have a header, and then its content. I want
    > the
    > content to be in its own frame so that the header never leaves the page. I
    > know
    > how to make frames, but how do I make frames so that they are directly
    > right
    > under each other so that the viewer doesnt see a space in between them.
    > Does
    > that make any sence?
    > The web page Im building idopromotions.com needs to be put into frames.
    > Right
    > now it just keeps reloading the header due to it having to reload the
    > whole
    > page when a viewer clicks on a navigation button. I need the page look the
    > same
    > and have the same spacing, but for the content area to be in its own
    > individual
    > frame. Im not too skilled at Dreamweaver yet, so any help is appreciated.
    >

    Murray *TMM* Guest

  5. #4

    Default Re: FRAMES!

    So that the header doesnt have to reload everytime because the header is also the intro...no one wants to watch to intro everytime they click a link.
    davidprovost Guest

  6. #5

    Default Re: FRAMES!

    It's a Flash intro? Ugh.

    Frames is the only solution then, or maybe why not have just the interior
    pages with a static image there?

    --
    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
    ==================


    "davidprovost" <webforumsuser@macromedia.com> wrote in message
    news:doffte$b1m$1@forums.macromedia.com...
    > So that the header doesnt have to reload everytime because the header is
    > also the intro...no one wants to watch to intro everytime they click a
    > link.

    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