iframes or if there is such a thing a an inline frame

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

  1. #1

    Default iframes or if there is such a thing a an inline frame

    Hi guys,

    I am making a html website, now on Microsoft Frontpage there is somthing
    called an inline frame, i was wondering if i could get that on dreamweaver, if
    so how ?

    Help would be very much appreciated

    Thanks

    aniboy6

    aniboy6 Guest

  2. Similar Questions and Discussions

    1. iFrames
      Hi, when I make a page in photoshop, do my rollovers in imageready , bring it to dreamweaver, make an iframe from a slice made in ps or ir, the...
    2. Help with IFrames
      Hello I have a main pgae and I load an Iframe based on when the user clicks the tree nodes ,but when I save some records on the Iframe they should...
    3. How do you make a transparent inline frame
      I have seen some impressive iframes which are somehow transparent. I wish to find the code for it.
    4. linking on non frame page to a frame in a frame p
      Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:...
    5. [PHP-DEV] [PATCH] inline -> static inline
      On Fri, 15 Aug 2003, Jason Greene wrote: Thanks, I have applied the patch. The CVS reorg did not affect karma assignment. - Sascha
  3. #2

    Default Re: iframes or if there is such a thing a an inline frame

    Yep... just type it in in code view.. works a charm...


    <div ALIGN=center>
    <IFRAME width="320" height="240" scrolling="no" frameborder="0"
    SRC="yourcontent.html">
    </IFRAME>
    </div>

    change sizes, borders, scrolling, etc and replace "yorcontent.html" with
    your html file.

    Michael Hager
    [url]www.cmhager.com[/url]


    "aniboy6" <webforumsuser@macromedia.com> wrote in message
    news:eoe5oq$6s0$1@forums.macromedia.com...
    > Hi guys,
    >
    > I am making a html website, now on Microsoft Frontpage there is somthing
    > called an inline frame, i was wondering if i could get that on
    > dreamweaver, if
    > so how ?
    >
    > Help would be very much appreciated
    >
    > Thanks
    >
    > aniboy6
    >

    Michael Hager Guest

  4. #3

    Default Re: iframes or if there is such a thing a an inline frame


    Though they are great, there are problems with them not working with some
    firewall software, and they aren't the most x browser compatible ... shame
    because I love them.

    Gerry

    [url]http://www.UsableContent.co.uk[/url]

    "Michael Hager" <michael@cmhager.com> wrote in message
    news:eog776$j8s$1@forums.macromedia.com...
    > Yep... just type it in in code view.. works a charm...
    >
    >
    > <div ALIGN=center>
    > <IFRAME width="320" height="240" scrolling="no" frameborder="0"
    > SRC="yourcontent.html">
    > </IFRAME>
    > </div>
    >
    > change sizes, borders, scrolling, etc and replace "yorcontent.html" with
    > your html file.
    >
    > Michael Hager
    > [url]www.cmhager.com[/url]
    >
    >
    > "aniboy6" <webforumsuser@macromedia.com> wrote in message
    > news:eoe5oq$6s0$1@forums.macromedia.com...
    >> Hi guys,
    >>
    >> I am making a html website, now on Microsoft Frontpage there is somthing
    >> called an inline frame, i was wondering if i could get that on
    >> dreamweaver, if
    >> so how ?
    >>
    >> Help would be very much appreciated
    >>
    >> Thanks
    >>
    >> aniboy6
    >>
    >
    >

    G 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