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

  1. #1

    Default Basic HTML question

    I am new to web design and I have done my homework but can't find the answer to
    this one. I have an html template that I was working from, very simple and
    easy to use. All the images make the background nice and I was editting
    buttons with hyperlink to other pages on my site and it would reload the entire
    page when I clicked on them. I realize now that if I want to have a static
    navigation bar, that I must use frames. The picture layout is sort of
    complicated with boarders around both sides and the top part has my domain name
    and my buttons. I wanted the text to load in the middle of the screen, exactly
    the way this webpage is set up right now that I am typing at. I don't know how
    to get my pictures into seperate frames so my page still looks the same, so
    what is the best way to keep my webpage static and only have the text in the
    middle window change?

    I tried using the iframe command and that will work, but my pictures are in
    tables and the window is one of the elements of the table, so I can put an
    iframe in there and it will load, but I don't know how to change it so each
    time I click on my button, the proper iframe (size, height) will load with the
    new .html page, which for me is just text. If there is an easier way I would
    like to try that. I hope this is ok to post here and thanks for the help (if
    any).

    Jeff

    jeffch Guest

  2. Similar Questions and Discussions

    1. Basic Question
      Hello, I've noticed in some sample code that sometimes people use the @ before a string when concatenating them. Example: string filePath =...
    2. Basic HTML Editor plugin for Dreamweaver
      I'm looking for a basis html text editor plugin for Dreamweaver. I mean just text and formating, much like the one I'm now typing in. Any...
    3. (basic) HTML Forms & PHP to utilize MySql database.. how? (semi-long)
      Background: I have 6 books and way to many websites open in front of me. It's time for bed, and I'm missing real human contact (you know, you...
    4. If anyone knows basic html can you help?
      I know it's not the forum I want. If you could direct me to a forum, that would be appreciated. But I kind of favor this one. Been going to the Adobe...
    5. is there HTML For making a basic Meassage Board?
      That my question does any one know HTML for makin a Message board ......................
  3. #2

    Default Re: Basic HTML question

    you can use a SSI for your navigation bar with transparent color instead of iframe hope it works.
    laksinu Guest

  4. #3

    Default Re: Basic HTML question

    That would have no effect on the reload, laksinu, since the include has to
    be inserted by the server *before* the page is refreshed.

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


    "laksinu" <laksinu@laksinu.com> wrote in message
    news:dmori1$m96$1@forums.macromedia.com...
    > you can use a SSI for your navigation bar with transparent color instead
    > of iframe hope it works.

    Murray *TMM* Guest

  5. #4

    Default Re: Basic HTML question

    Hi thanks for your response. I'm not quite sure how I could use SSI to
    accomplish what I want to do. I can have my navigation bar using SSI which is
    no problem, but how do I get the .html to load in a specific part of the table.
    The way my webpage is set up right now is:

    <html>
    <body>
    <table> contains top part of webpage with background pictures and navigation
    bar with hyper refs. </table>
    <table> this part contains the layout for the rest of my page and is where
    I currently have the iframe. In one of the
    table rows I have the line: <iframe src="home.html"
    height="690" width="800"
    marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
    </iframe> </table>
    </body>
    </html>

    So as you can see I currently have no way of telling the iframe to load a new
    ..html file once a new button is clicked. Can I create some sort of variable
    and have a switch statement or something to decide what iframe I want to load.
    This seems like a lot of work for what I want to accomplish but there must be a
    way.

    Jeff


    jeffch Guest

  6. #5

    Default Re: Basic HTML question

    > I realize now that if I want to have a static
    > navigation bar, that I must use frames.
    Nope.

    This kind of thinking is what keeps frames alive. They should have been
    discarded years ago! 8)

    Show your page by posting a link to it. There are many people here who can
    help, but your best bet would be to post on a much more active forum - the
    Dreamweaver forum:

    Try to direct such posts to

    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]

    or the Webforum at

    [url]http://webforums.macromedia.com/dreamweaver[/url].

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


    "jeffch" <webforumsuser@macromedia.com> wrote in message
    news:dmon17$hfl$1@forums.macromedia.com...
    >I am new to web design and I have done my homework but can't find the
    >answer to
    > this one. I have an html template that I was working from, very simple
    > and
    > easy to use. All the images make the background nice and I was editting
    > buttons with hyperlink to other pages on my site and it would reload the
    > entire
    > page when I clicked on them. I realize now that if I want to have a
    > static
    > navigation bar, that I must use frames. The picture layout is sort of
    > complicated with boarders around both sides and the top part has my domain
    > name
    > and my buttons. I wanted the text to load in the middle of the screen,
    > exactly
    > the way this webpage is set up right now that I am typing at. I don't
    > know how
    > to get my pictures into seperate frames so my page still looks the same,
    > so
    > what is the best way to keep my webpage static and only have the text in
    > the
    > middle window change?
    >
    > I tried using the iframe command and that will work, but my pictures are
    > in
    > tables and the window is one of the elements of the table, so I can put an
    > iframe in there and it will load, but I don't know how to change it so
    > each
    > time I click on my button, the proper iframe (size, height) will load with
    > the
    > new .html page, which for me is just text. If there is an easier way I
    > would
    > like to try that. I hope this is ok to post here and thanks for the help
    > (if
    > any).
    >
    > Jeff
    >

    Murray *TMM* Guest

  7. #6

    Default Re: Basic HTML question

    Thanks for the response, I will have a look at the more active forums and post my question there.

    Jeff
    jeffch 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