Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
aniboy6 #1
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
-
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... -
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... -
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. -
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:... -
[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 -
Michael Hager #2
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
-
G #3
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



Reply With Quote

