<IFRAME
width="width of the frame"
height="height of the frame"
name="name of the frame"
src="URL of the page to display inside the frame">
...whatever you place here will be displayed
if the browser doesn't support
floating frames...
</IFRAME>
width="width of the frame"
height="height of the frame"
name="name of the frame"
src="URL of the page to display inside the frame">
...whatever you place here will be displayed
if the browser doesn't support
floating frames...
</IFRAME>
Listing #1 : HTML code. Download fframe (0.3 KB).
<IFRAME width=400 height=100 name="FloatingFrame1"
src="http://www.chamisplace.com/tips/html/">
Since your browser doesn't support floating frames,
here's a picture of what a floating frame would
look like:<BR>
<IMG src="/i/tips/floatingframe_demo1.gif">
</IFRAME>
src="http://www.chamisplace.com/tips/html/">
Since your browser doesn't support floating frames,
here's a picture of what a floating frame would
look like:<BR>
<IMG src="/i/tips/floatingframe_demo1.gif">
</IFRAME>
Listing #2 : HTML code. Download fframe2 (0.33 KB).
0 comments:
Post a Comment