TandemTables Forum
The Parakeets Garden - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: The Parakeets Garden (/showthread.php?tid=19414)



The Parakeets Garden - The Professor - 09-21-2020 02:01 PM

[Image: parakeet.gif]

The Parakeets Garden was written using frameset and frame tags.

http://d21c.com/leprofesseur/garden/ParakeetGarden.html




This frameset has 2 rows with first row height of 128 pixels. The 2nd contains the columns

<frameset frameborder="0" framespacing="0" rows="128,*">


<frame src="band.html" name="band" scrolling="no" marginwidth="0" marginheight="0">


This frameset has 2 columns. The 1st contains the music file. The 2nd the page content.
<frameset frameborder="0" border="0" framespacing="0" cols="0,*">

<frame src="garden-music.html" name="music" scrolling="no" marginwidth="0" marginheight="0">

<frame src="content2.html" name="content" scrolling="no" marginwidth="0" marginheight="0">

</frameset>

</frameset>

<noframes>


This pages is in frames. Please enable frames.

</noframes>


RE: The Parakeets Garden - Handy - 09-24-2020 11:49 AM

[quote='The Professor' pid='41424' dateline='1600707676']
[Image: parakeet.gif]

The Parakeets Garden was written using frameset and frame tags.

http://d21c.com/leprofesseur/garden/ParakeetGarden.html




This frameset has 2 rows with first row height of 128 pixels. The 2nd contains the columns

<frameset frameborder="0" framespacing="0" rows="128,*">


<frame src="band.html" name="band" scrolling="no" marginwidth="0" marginheight="0">


This frameset has 2 columns. The 1st contains the music file. The 2nd the page content.
<frameset frameborder="0" border="0" framespacing="0" cols="0,*">

<frame src="garden-music.html" name="music" scrolling="no" marginwidth="0" marginheight="0">

<frame src="content2.html" name="content" scrolling="no" marginwidth="0" marginheight="0">

</frameset>

</frameset>

<noframes>


This pages is in frames. Please enable frames.

</noframes>
[quote]


RE: The Parakeets Garden - Handy - 09-24-2020 12:01 PM

(09-21-2020 02:01 PM)The Professor Wrote:  [Image: parakeet.gif]

The Parakeets Garden was written using frameset and frame tags.

http://d21c.com/leprofesseur/garden/ParakeetGarden.html




This frameset has 2 rows with first row height of 128 pixels. The 2nd contains the columns

<frameset frameborder="0" framespacing="0" rows="128,*">


<frame src="band.html" name="band" scrolling="no" marginwidth="0" marginheight="0">


This frameset has 2 columns. The 1st contains the music file. The 2nd the page content.
<frameset frameborder="0" border="0" framespacing="0" cols="0,*">

<frame src="garden-music.html" name="music" scrolling="no" marginwidth="0" marginheight="0">

<frame src="content2.html" name="content" scrolling="no" marginwidth="0" marginheight="0">

</frameset>

</frameset>

<noframes>


This pages is in frames. Please enable frames.

</noframes>


Great work Ted .