Sub Templates

The themepage_template.txt and themeindex_template.txt text files contain SubTemplates that control various aspects of your Link Directory.

A SubTemplate always begins with a beginning SubTemplate tag

<||LinkPartnerTitleSubTemplate||>

and ends the SubTemplate with an ending SubTemplate tag.

<||/LinkPartnerTitleSubTemplate||>

The difference between the two tags is determined by the first few characters of the tag, respectably <|| and <||/. Compare these to what DataTags use: <| and <|/.

Zeus uses SubTemplates tags to know where a block of code begins and ends. 

key.jpg (5088 bytes) HTML, DataTags, and text between the SubTemplate tags, are lines of code that Zeus may or may not include during the directory creation, depending on certain conditions.

There are 11 different different SubTemplates. 10 of them control the format and display of the individual ThemeSites' listings. The 11th SubTemplate controls the NavBar or navigational links to the other pages in the Link Directory.

 

These five SubTemplates control the look of your Link Partners' ThemeSite listings.

Adds the text "Please support our Link Partners by visiting them" before the Link Partner listings

Adds the main part of the Link Partner listing

Adds the Link Partner's banner if one is entered in Attributes/Banner Image.

Adds the the Link Partner's comment if one is entered in Attributes/Comment.

Text or code to be added at the end of each ThemeSite Listing. Usually used to close HTML tags opened in any of the above SubTemplates.

 

Please support our Link Partners by visiting them

Magic Mushroom Lamp & Waterfall Co.
A unique gift collection of hand-crafted Lamps and Waterfalls that resemble Mushrooms. Made in the USA. Secure on-line ordering.
44pages found, 463 links found, 18300 score
http://www.magicmushroomlamps.com

Magic Mushroom Lamp & Waterfall Co.
 
"This is a great website with many wonderful hanscrafted lamps. Don't miss it."

 


 

These five SubTemplates control the look of your Other Important Links' ThemeSite listings.

These 5 SubTemplates work exactly the same as the 5 above for the Link Partners. Having two sets, one for Link Partners and one for Other important links gives you control over both types of listings.

Adds the Other Important Links text before the Other Important Link's listings

Adds the main part of the Other Important Link's listing

Adds the the Other Important Link's banner if one is entered in Attributes/Banner Image.

Adds the the Other Important Link's comment if one is entered in Attributes/Comment.

Text or code to be added at the end of each ThemeSite Listing. Usually used to close HTML tags opened in any of the above SubTemplates.

 

Other important links

Magic Mushroom Lamp & Waterfall Co.
A unique gift collection of hand-crafted Lamps and Waterfalls that resemble Mushrooms. Made in the USA. Secure on-line ordering.
44pages found, 463 links found, 18300 score
http://www.magicmushroomlamps.com
Magic Mushroom Lamp & Waterfall Co.

"This is a great website with many wonderful handcrafted lamps. Don't miss it."


The <||NavBarSubTemplate||> controls the look and mode of your directory's NavBar.

<||NavBarSubTemplate||>

| Amazon Parrots-3 | Avian Art-6 | Bird Behavior-4 | Bird Books-4 | Bird Breeder-100 | Bird Brokers-1 | Bird Cages-23 | Bird Clubs-41 | Bird Educational-16 | Bird Fairs and Expos-1 | Bird Food-19 | Bird Gifts-16 | Bird Graphics-5 | Bird Gyms and perches-9 | Bird Health-15 | Bird Home Page-54 | Bird Information-8 | Bird Jewelry-1 | Bird Magazine-9 | Bird Memorials-1 | Bird Petshops-22 | Bird Photos-8 | Bird Postcards-1 | Bird Protection-3 | Bird Rescue and Adoption-17 | Bird Resources-41 | 806 Distinct Links

Amazon Parrots
Avian Art
Bird Behavior
Bird Books
Bird Breeder
Bird Brokers
Bird Cages
Bird Clubs
Bird Educational
Bird Fairs and Expos
Bird Food
Bird Gifts
Bird Graphics
Bird Gyms and perches
Bird Health
Bird Home Page
Bird Information
Bird Jewelry
Bird Magazine
Bird Memorials
Bird Petshops
Bird Photos
Bird Postcards
Bird Protection
Bird Rescue and Adoption
Bird Resources

 

 

SubTemplate Details

 

<||LinkPartnerTitleSubTemplate||>

adds: A heading, description or title above the Link Partner listings.

use condition: If the number of Link Partners is greater than zero for a particular directory Theme page

Zeus will only include in the output of your directory, the lines of code between the beginning and ending LinkPartnerTitleSubTemplate tags if there are Link Partners for a particular directory Theme page.

This SubTemplate:

<||LinkPartnerTitleSubTemplate||>
<CENTER>
<FONT FACE="Arial,Helvetica,Verdana" COLOR="BLACK" SIZE="4">
Please support our Link Partners by visiting them.
</FONT>
</CENTER>
<||/LinkPartnerTitleSubTemplate||>

creates this HTML code on your directory theme page:

<CENTER>
<FONT FACE="Arial,Helvetica,Verdana" COLOR="BLACK" SIZE="4">
Please support our Link Partners by visiting them.
</FONT>
</CENTER>

and looks like this when viewed with a browser:

Please support our Link Partners by visiting them

 


 

<||LinkPartnerListingSubTemplate||>

adds: The main part of a Link Partner's listing.

use condition: Always when there is a Link Partner listing.

This is the SubTemplate that adds the main part of the listing.

This SubTemplate:

<||LinkPartnerListingSubTemplate||>
<DL><DT>
<img src="<|STAR.GIF|>" border=0 alt="">
<a href="<|URL|>" TARGET="_blank">
<FONT FACE="Arial,Helvetica,Verdana" SIZE=3 COLOR="BLUE">
<STRONG><|TITLE|>...
</STRONG></FONT></a></DT>
<DD><FONT FACE="Arial,Helvetica,Verdana" SIZE=2 COLOR="BLACK">
<|DESCRIPTION|>...
</FONT><BR>
<CITE><FONT FACE="Arial,Helvetica,Verdana" SIZE=1 COLOR="RED">
<|#PAGES|> pages found, <|#HYPERLINKS|> links found, <|SCORE|> score
</FONT></CITE>
<a href="<|URL|>" TARGET="_blank">
<FONT FACE="Arial,Helvetica,Verdana" SIZE=1 COLOR="BLUE"><|URL|></FONT>
</a>
<||/LinkPartnerListingSubTemplate||>

creates this HTML code on your directory theme page:

<DL><DT>
<img src="http://www.magicmushroomlamps.com/links/star.gif" border=0 alt="">
<a href="http://www.magicmushroomlamps.com" TARGET="_blank">
<FONT FACE="Arial,Helvetica,Verdana" SIZE=3 COLOR="BLUE">
<STRONG>Magic Mushroom Lamp & Waterfall Co.
</STRONG></FONT></a></DT>
<DD><FONT FACE="Arial,Helvetica,Verdana" SIZE=2 COLOR="BLACK">
A unique gift collection of hand-crafted Lamps and Waterfalls that resemble Mushrooms. Made in the USA. Secure on-line ordering.
</FONT><BR>
<a href="http://www.magicmushroomlamps.ccom" TARGET="_blank">
<FONT FACE="Arial,Helvetica,Verdana" SIZE=1 COLOR="BLUE">http://www.magicmushroomlamps.com</FONT>
</a>

and looks like this when viewed with a browser:

Magic Mushroom Lamp & Waterfall Co.
A unique gift collection of hand-crafted Lamps and Waterfalls that resemble Mushrooms. Made in the USA. Secure on-line ordering.
44pages found, 463 links found, 18300 score
http://www.magicmushroomlamps.com

 


 

<||LinkPartnerBannerSubTemplate||>

adds: The Link Partner's banner.

use condition: If one is entered in Attributes/Banner Image.

This SubTemplate:

<||LinkPartnerBannerSubTemplate||>
<BR>
<a href="<|URL|>" TARGET="_blank">
<img src="<|BANNERURL|>" border=1 alt="<|TITLE|>"></a>
<||/LinkPartnerBannerSubTemplate||>

creates this HTML code on your directory theme page:

<BR>
<a href="http://www.magicmushroomlamps.com" TARGET="_blank">
<img src="http://www.magicmushroomlamps.com/images/lelogani.gif" border=1 alt="Magic Mushroom Lamp & Waterfall Co."></a>

and looks like this when viewed with a browser:

Magic Mushroom Lamp & Waterfall Co.

 


 

<||LinkPartnerCommentsSubTemplate||>

adds: Adds the the Link Partner's comment

use condition: if a comment is entered in Attributes/Comment.

This SubTemplate:

<||LinkPartnerCommentsSubTemplate||>
<BR>"
<FONT FACE=""Arial,Helvetica,Verdana"" SIZE=1 COLOR=""Black""><I><B>"
<|COMMENT|>
</B></I></FONT>"
<||/LinkPartnerCommentsSubTemplate||>

creates this HTML code on your directory theme page:

<BR>"
<FONT FACE=""Arial,Helvetica,Verdana"" SIZE=1 COLOR=""Black""><I><B>"
This is a great website with many wonderful do-it-yourself kits. Don't miss it.

</B></I></FONT>"

and looks like this when viewed with a browser:

"This is a great website with many wonderful do-it-yourself kits. Don't miss it."

 


 

<||LinkPartnerEndSubTemplate||>

adds: Text or code to be added at the end of each individual ThemeSite Listing.

use condition: Always at the end of each individual listing

Usually used to close HTML tags opened in any of the SubTemplates used in the ThemeSite Listing.

This SubTemplate:

<||LinkPartnerEndSubTemplate||>
</DD></DL><P>

<||/LinkPartnerEndSubTemplate||>

creates this HTML code on your directory theme page:

</DD></DL><P>

and looks like this when viewed with a browser:

not applicable

 


 

SubTemplates for Other important links:

The following 5 SubTemplates work exactly the same as the Link Partner's SubTemplates described above. Please refer to those for details.

 


 

<||NavBarSubTemplate||>

adds: Your choice of three NavBar modes.

use condition: If the total number of Link Partners and Other Important Links is greater than zero for a particular directory Theme page

The <||NavBarSubTemplate||> SubTemplate creates a NavBar or Directory Navigation bar. The text between the beginning SubTemplate tag and the ending SubTemplate tag is used to help create your NavBar for your Link Directory. The <NavBar> DataTag is replaced with the actual NavBar with the links.

The beginning NavBar SubTemplate tag contains variables with values. These values control the output of the NavBar. If you are using version 2.10 and If you would like your entire Directory to be displayed in these NavBars in a hierarchal fashion, add the following NavBar variable to the NavBar command line:

 ShowEntireDir="TRUE"

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter=" | " CharacterBetweenThemeAndNumber="-" Mode="LinkMenu"||>

IncludeIfMoreThan="0"

This controls whether to include the NavBar depending on the number of listings in the ThemePage. If 0, it will always be included. If 3, then it will be included if the number of ThemeSites for each Theme page is greater than 3.

ThemeDelimiter="|"

This allows the character between each individual Theme listing to be changed if needed.

| Bird Books-4 | Bird Breeder-100

CharacterBetweenThemeAndNumber="-"

This is the character that appears between the Theme and the number of ThemeSites in that Theme Page.

| Bird Books-4 | Bird Breeder-100

If "", then no numbers or Distinct Total is included.

| Bird Books | Bird Breeder

Mode="??????

LinkMenu

The default NavBar with rows of Themes

LinkList

A list of Themes one on top of each other with links to the Theme Pages.

JavaGoSelect

A JavaScript drop-down selection box. When selected, the browser is autoloaded with the selected Theme page.

 


 

The following examples, demonstrate the flexibility of the NavBarSubTemplate variables and values.

Please notice the variables and values used in the beginning NavBarSubTemplate command and how the different combinations affect the NavBar output.

 


 

This SubTemplate:

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter=" | " CharacterBetweenThemeAndNumber="-" Mode="LinkMenu"||>
<DIV ALIGN="center">
<CENTER>
<BLOCKQUOTE>
<FONT FACE="Arial,Helvetica,Verdana" SIZE="3">
<|NavBar|>
</FONT>
</BLOCKQUOTE>
</CENTER>
</DIV>
<||/NavBarSubTemplate||>

If you want to add this Template into another area of the Template file,
copy the SubTemplate text from the textbox below into your computer's clipboard. Paste it where you need it.

creates this HTML code on your directory theme page:

<DIV ALIGN="center">
<CENTER>
<BLOCKQUOTE>
<FONT FACE="Arial,Helvetica,Verdana" SIZE="3">
| <a href="http://www.toolady.com/links/amazonparrots.html">Amazon Parrots</a>-3 |
<a href="http://www.toolady.com/links/avianart.html">Avian Art</a>-6 |
<a href="http://www.toolady.com/links/birdbehavior.html">Bird Behavior</a>-4 |
<a href="http://www.toolady.com/links/birdbooks.html">Bird Books</a>-4 |
<a href="http://www.toolady.com/links/birdbreeder.html">Bird Breeder</a>-100 |
<a href="http://www.toolady.com/links/birdbrokers.html">Bird Brokers</a>-1 |
<a href="http://www.toolady.com/links/birdcages.html">Bird Cages</a>-23 |
<a href="http://www.toolady.com/links/birdclubs.html">Bird Clubs</a>-41 |
<a href="http://www.toolady.com/links/birdeducational.html">Bird Educational</a>-16 |
<a href="http://www.toolady.com/links/birdfairsandexpos.html">Bird Fairs and Expos</a>-1 |
<a href="http://www.toolady.com/links/birdfood.html">Bird Food</a>-19 |
<a href="http://www.toolady.com/links/birdgifts.html">Bird Gifts</a>-16 |
<a href="http://www.toolady.com/links/birdgraphics.html">Bird Graphics</a>-5 |
<a href="http://www.toolady.com/links/birdgymsandperches.html">Bird Gyms and perches</a>-9 |
<a href="http://www.toolady.com/links/birdhealth.html">Bird Health</a>-15 |
<a href="http://www.toolady.com/links/birdhomepage.html">Bird Home Page</a>-54 |
<a href="http://www.toolady.com/links/birdinformation.html">Bird Information</a>-8 |
<a href="http://www.toolady.com/links/birdjewelry.html">Bird Jewelry</a>-1 |
<a href="http://www.toolady.com/links/birdmagazine.html">Bird Magazine</a>-9 |
<a href="http://www.toolady.com/links/birdmemorials.html">Bird Memorials</a>-1 |
<a href="http://www.toolady.com/links/birdpetshops.html">Bird Petshops</a>-22 |
<a href="http://www.toolady.com/links/birdphotos.html">Bird Photos</a>-8 |
<a href="http://www.toolady.com/links/birdpostcards.html">Bird Postcards</a>-1 |
<a href="http://www.toolady.com/links/birdprotection.html">Bird Protection</a>-3 |
<a href="http://www.toolady.com/links/birdrescueandadoption.html">Bird Rescue and Adoption</a>-17 |
<a href="http://www.toolady.com/links/birdresources.html">Bird Resources</a>-41 |
806 Distinct Links
</FONT>
</BLOCKQUOTE>
</CENTER>
</DIV>

and looks like this when viewed with a browser:

| Amazon Parrots-3 | Avian Art-6 | Bird Behavior-4 | Bird Books-4 | Bird Breeder-100 | Bird Brokers-1 | Bird Cages-23 | Bird Clubs-41 | Bird Educational-16 | Bird Fairs and Expos-1 | Bird Food-19 | Bird Gifts-16 | Bird Graphics-5 | Bird Gyms and perches-9 | Bird Health-15 | Bird Home Page-54 | Bird Information-8 | Bird Jewelry-1 | Bird Magazine-9 | Bird Memorials-1 | Bird Petshops-22 | Bird Photos-8 | Bird Postcards-1 | Bird Protection-3 | Bird Rescue and Adoption-17 | Bird Resources-41 | 806 Distinct Links

 


 

This SubTemplate:

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter=" " CharacterBetweenThemeAndNumber=" " Mode="LinkMenu"||>
<DIV ALIGN="center">
<table width="50%" align="CENTER" bgcolor="Yellow" border="1" bordercolor="Black"><tr><td>
<FONT FACE="Arial,Helvetica,Verdana" SIZE="-1">
<|NavBar|>
</FONT>
</td></tr></table>
</DIV>
<||/NavBarSubTemplate||>

If you want to add this Template into another area of the Template file,
copy the SubTemplate text from the textbox below into your computer's clipboard. Paste it where you need it.

creates this HTML code on your directory theme page:

<DIV ALIGN="center">
<table width="50%" align="CENTER" bgcolor="Yellow" border="1" bordercolor="Black"><tr><td>
<FONT FACE="Arial,Helvetica,Verdana" SIZE="-1">
<a href="http://www.toolady.com/links/amazonparrots.html">Amazon Parrots</a> 3
<a href="http://www.toolady.com/links/avianart.html">Avian Art</a> 6
<a href="http://www.toolady.com/links/birdbehavior.html">Bird Behavior</a> 4
<a href="http://www.toolady.com/links/birdbooks.html">Bird Books</a> 4
<a href="http://www.toolady.com/links/birdbreeder.html">Bird Breeder</a> 100
<a href="http://www.toolady.com/links/birdbrokers.html">Bird Brokers</a> 1
<a href="http://www.toolady.com/links/birdcages.html">Bird Cages</a> 23
<a href="http://www.toolady.com/links/birdclubs.html">Bird Clubs</a> 41
<a href="http://www.toolady.com/links/birdeducational.html">Bird Educational</a> 16
<a href="http://www.toolady.com/links/birdfairsandexpos.html">Bird Fairs and Expos</a> 1
<a href="http://www.toolady.com/links/birdfood.html">Bird Food</a> 19
<a href="http://www.toolady.com/links/birdgifts.html">Bird Gifts</a> 16
<a href="http://www.toolady.com/links/birdgraphics.html">Bird Graphics</a> 5
<a href="http://www.toolady.com/links/birdgymsandperches.html">Bird Gyms and perches</a> 9
<a href="http://www.toolady.com/links/birdhealth.html">Bird Health</a> 15
<a href="http://www.toolady.com/links/birdhomepage.html">Bird Home Page</a> 54
<a href="http://www.toolady.com/links/birdinformation.html">Bird Information</a> 8
<a href="http://www.toolady.com/links/birdjewelry.html">Bird Jewelry</a> 1
<a href="http://www.toolady.com/links/birdmagazine.html">Bird Magazine</a> 9
<a href="http://www.toolady.com/links/birdmemorials.html">Bird Memorials</a> 1
<a href="http://www.toolady.com/links/birdpetshops.html">Bird Petshops</a> 22
<a href="http://www.toolady.com/links/birdphotos.html">Bird Photos</a> 8
<a href="http://www.toolady.com/links/birdpostcards.html">Bird Postcards</a> 1
<a href="http://www.toolady.com/links/birdprotection.html">Bird Protection</a> 3
<a href="http://www.toolady.com/links/birdrescueandadoption.html">Bird Rescue and Adoption</a> 17
<a href="http://www.toolady.com/links/birdresources.html">Bird Resources</a> 41
806 Distinct Links

</FONT>
</td></tr></table>
</DIV>
 

and looks like this when viewed with a browser:

Amazon Parrots 3 Avian Art 6 Bird Behavior 4 Bird Books 4 Bird Breeder 100 Bird Brokers 1 Bird Cages 23 Bird Clubs 41 Bird Educational 16 Bird Fairs and Expos 1 Bird Food 19 Bird Gifts 16 Bird Graphics 5 Bird Gyms and perches 9 Bird Health 15 Bird Home Page 54 Bird Information 8 Bird Jewelry 1 Bird Magazine 9 Bird Memorials 1 Bird Petshops 22 Bird Photos 8 Bird Postcards 1 Bird Protection 3 Bird Rescue and Adoption 17 Bird Resources 41 806 Distinct Links

 

 

 

 

 

 


 

This SubTemplate:

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter="" CharacterBetweenThemeAndNumber="" Mode="LinkList"||>
<DIV ALIGN="center">
<table width="80%" align="CENTER" bgcolor="Yellow" border="1" bordercolor="Black"><tr><td width="20%">
<FONT FACE="Arial,Helvetica,Verdana" SIZE="-2">
<|NavBar|>
</FONT>
</td>
<td width="80%"></td>
</tr></table>
</DIV>
<||/NavBarSubTemplate||>

If you want to add this Template into another area of the Template file,
copy the SubTemplate text from the textbox below into your computer's clipboard. Paste it where you need it.

creates this HTML code on your directory theme page:

<DIV ALIGN="center">
<table width="80%" align="CENTER" bgcolor="Yellow" border="1" bordercolor="Black"><tr><td width="20%">
<FONT FACE="Arial,Helvetica,Verdana" SIZE="-2">
<a href="http://www.toolady.com/links/amazonparrots.html">Amazon Parrots</a><BR>
<a href="http://www.toolady.com/links/avianart.html">Avian Art</a><BR>
<a href="http://www.toolady.com/links/birdbehavior.html">Bird Behavior</a><BR>
<a href="http://www.toolady.com/links/birdbooks.html">Bird Books</a><BR>
<a href="http://www.toolady.com/links/birdbreeder.html">Bird Breeder</a><BR>
<a href="http://www.toolady.com/links/birdbrokers.html">Bird Brokers</a><BR>
<a href="http://www.toolady.com/links/birdcages.html">Bird Cages</a><BR>
<a href="http://www.toolady.com/links/birdclubs.html">Bird Clubs</a><BR>
<a href="http://www.toolady.com/links/birdeducational.html">Bird Educational</a><BR>
<a href="http://www.toolady.com/links/birdfairsandexpos.html">Bird Fairs and Expos</a><BR>
<a href="http://www.toolady.com/links/birdfood.html">Bird Food</a><BR>
<a href="http://www.toolady.com/links/birdgifts.html">Bird Gifts</a><BR>
<a href="http://www.toolady.com/links/birdgraphics.html">Bird Graphics</a><BR>
<a href="http://www.toolady.com/links/birdgymsandperches.html">Bird Gyms and perches</a><BR>
<a href="http://www.toolady.com/links/birdhealth.html">Bird Health</a><BR>
<a href="http://www.toolady.com/links/birdhomepage.html">Bird Home Page</a><BR>
<a href="http://www.toolady.com/links/birdinformation.html">Bird Information</a><BR>
<a href="http://www.toolady.com/links/birdjewelry.html">Bird Jewelry</a><BR>
<a href="http://www.toolady.com/links/birdmagazine.html">Bird Magazine</a><BR>
<a href="http://www.toolady.com/links/birdmemorials.html">Bird Memorials</a><BR>
<a href="http://www.toolady.com/links/birdpetshops.html">Bird Petshops</a><BR>
<a href="http://www.toolady.com/links/birdphotos.html">Bird Photos</a><BR>
<a href="http://www.toolady.com/links/birdpostcards.html">Bird Postcards</a><BR>
<a href="http://www.toolady.com/links/birdprotection.html">Bird Protection</a><BR>
<a href="http://www.toolady.com/links/birdrescueandadoption.html">Bird Rescue and Adoption</a><BR>
<a href="http://www.toolady.com/links/birdresources.html">Bird Resources</a><BR>
</FONT>
</td>
<td width="80%"></td>
</tr></table>
</DIV>

and looks like this when viewed with a browser:

Amazon Parrots
Avian Art
Bird Behavior
Bird Books
Bird Breeder
Bird Brokers
Bird Cages
Bird Clubs
Bird Educational
Bird Fairs and Expos
Bird Food
Bird Gifts
Bird Graphics
Bird Gyms and perches
Bird Health
Bird Home Page
Bird Information
Bird Jewelry
Bird Magazine
Bird Memorials
Bird Petshops
Bird Photos
Bird Postcards
Bird Protection
Bird Rescue and Adoption
Bird Resources
 
 

 


 

This SubTemplate:

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter="" CharacterBetweenThemeAndNumber="" Mode="JavaGoSelect"||>
<DIV ALIGN="center">
<CENTER>
<|NavBar|>
</CENTER>
</DIV>
<||/NavBarSubTemplate||>

If you want to add this Template into another area of the Template file,
copy the SubTemplate text from the textbox below into your computer's clipboard. Paste it where you need it.

creates this HTML code on your directory theme page:

<DIV ALIGN="center">
<CENTER>

<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") {
window.location.href = newPage
}
}
// -->
</SCRIPT>
<FORM ACTION="nogoto.cgi" METHOD=GET>
<select name="newLocation" size="1" onChange="jumpPage(this.form.newLocation)"><option value="http://www.toolady.com/links/amazonparrots.html">Amazon Parrots
<option value="http://www.toolady.com/links/avianart.html">Avian Art
<option value="http://www.toolady.com/links/birdbehavior.html">Bird Behavior
<option value="http://www.toolady.com/links/birdbooks.html">Bird Books
<option value="http://www.toolady.com/links/birdbreeder.html">Bird Breeder
<option value="http://www.toolady.com/links/birdbrokers.html">Bird Brokers
<option value="http://www.toolady.com/links/birdcages.html">Bird Cages
<option value="http://www.toolady.com/links/birdclubs.html">Bird Clubs
<option value="http://www.toolady.com/links/birdeducational.html">Bird Educational
<option value="http://www.toolady.com/links/birdfairsandexpos.html">Bird Fairs and Expos
<option value="http://www.toolady.com/links/birdfood.html">Bird Food
<option value="http://www.toolady.com/links/birdgifts.html">Bird Gifts
<option value="http://www.toolady.com/links/birdgraphics.html">Bird Graphics
<option value="http://www.toolady.com/links/birdgymsandperches.html">Bird Gyms and perches
<option value="http://www.toolady.com/links/birdhealth.html">Bird Health
<option value="http://www.toolady.com/links/birdhomepage.html">Bird Home Page
<option value="http://www.toolady.com/links/birdinformation.html">Bird Information
<option value="http://www.toolady.com/links/birdjewelry.html">Bird Jewelry
<option value="http://www.toolady.com/links/birdmagazine.html">Bird Magazine
<option value="http://www.toolady.com/links/birdmemorials.html">Bird Memorials
<option value="http://www.toolady.com/links/birdpetshops.html">Bird Petshops
<option value="http://www.toolady.com/links/birdphotos.html">Bird Photos
<option value="http://www.toolady.com/links/birdpostcards.html">Bird Postcards
<option value="http://www.toolady.com/links/birdprotection.html">Bird Protection
<option value="http://www.toolady.com/links/birdrescueandadoption.html">Bird Rescue and Adoption
<option value="http://www.toolady.com/links/birdresources.html">Bird Resources
</select></form>
</CENTER>
</DIV>

and looks like this when viewed with a browser:

 


 

This SubTemplate:

<||NavBarSubTemplate IncludeIfMoreThan="0" ThemeDelimiter="" CharacterBetweenThemeAndNumber=" " Mode="Columns" HowMany="3"||>
<CENTER>
<BLOCKQUOTE>
<|NavBar|>
</BLOCKQUOTE>
</CENTER>
<||/NavBarSubTemplate||>
 

If you want to add this Template into another area of the Template file,
copy the SubTemplate text from the textbox below into your computer's clipboard. Paste it where you need it.

 

creates this HTML code on your directory theme page:

<CENTER>
<BLOCKQUOTE>
<table width="100%"><tr>
<td width="33%" align="LEFT" valign="TOP"><font face="Arial,Helvetica,Verdana" size="2">
<a href="http://www.magicmushroomlamps.com/links/alternativeenergy.html">Alternative Energy</a> 10<BR>
<a href="http://www.magicmushroomlamps.com/links/alternativelifestyles.html">Alternative Lifestyles</a> 7<BR>
<a href="http://www.magicmushroomlamps.com/links/alternativescience.html">Alternative Science</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/americanindian.html">American Indian</a> 38<BR>
<a href="http://www.magicmushroomlamps.com/links/antiques.html">Antiques</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/artists.html">Artists</a> 30<BR>
<a href="http://www.magicmushroomlamps.com/links/artsandcrafts.html">Arts and Crafts</a> 192<BR>
<a href="http://www.magicmushroomlamps.com/links/astrology.html">Astrology</a> 21<BR>
<a href="http://www.magicmushroomlamps.com/links/auctions.html">Auctions</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/buddhism.html">Buddhism</a> 14<BR>
<a href="http://www.magicmushroomlamps.com/links/business.html">Business</a> 2<BR>
<a href="http://www.magicmushroomlamps.com/links/celtic.html">Celtic</a> 7<BR>
<a href="http://www.magicmushroomlamps.com/links/ceramics.html">Ceramics</a> 5<BR>
<a href="http://www.magicmushroomlamps.com/links/christmas.html">Christmas</a> 23<BR>
<a href="http://www.magicmushroomlamps.com/links/entertainment.html">Entertainment</a> 6<BR>
<a href="http://www.magicmushroomlamps.com/links/environment.html">Environment</a> 6<BR>
<a href="http://www.magicmushroomlamps.com/links/freestuff.html">Free Stuff</a> 17<BR>
<a href="http://www.magicmushroomlamps.com/links/gifts.html">Gifts</a> 47<BR>
<a href="http://www.magicmushroomlamps.com/links/government.html">Government</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/health.html">Health</a> 24<BR>
<a href="http://www.magicmushroomlamps.com/links/hempproducts.html">Hemp Products</a> 9<BR>
</font></td>
<td width="33%" align="LEFT" valign="TOP"><font face="Arial,Helvetica,Verdana" size="2">
<a href="http://www.magicmushroomlamps.com/links/hippysites.html">Hippy Sites</a> 10<BR>
<a href="http://www.magicmushroomlamps.com/links/homeandgarden.html">Home and Garden</a> 89<BR>
<a href="http://www.magicmushroomlamps.com/links/humor.html">Humor</a> 33<BR>
<a href="http://www.magicmushroomlamps.com/links/interiordesign.html">Interior Design</a> 28<BR>
<a href="http://www.magicmushroomlamps.com/links/magic.html">Magic</a> 5<BR>
<a href="http://www.magicmushroomlamps.com/links/meditation.html">Meditation</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/midiresources.html">Midi Resources</a> 2<BR>
<a href="http://www.magicmushroomlamps.com/links/mp3.html">MP3</a> 4<BR>
<a href="http://www.magicmushroomlamps.com/links/museums.html">Museums</a> 29<BR>
<a href="http://www.magicmushroomlamps.com/links/mushroomsites.html">Mushroom Sites</a> 30<BR>
<a href="http://www.magicmushroomlamps.com/links/music.html">Music</a> 20<BR>
<a href="http://www.magicmushroomlamps.com/links/mythical.html">Mythical</a> 11<BR>
<a href="http://www.magicmushroomlamps.com/links/naturalorganicproducts.html">Natural Organic Products</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/newage-metaphysical.html">New Age - Metaphysical </a> 116<BR>
<a href="http://www.magicmushroomlamps.com/links/onlineshopping.html">On Line Shopping</a> 8<BR>
<a href="http://www.magicmushroomlamps.com/links/outerspace.html">Outer Space</a> 7<BR>
<a href="http://www.magicmushroomlamps.com/links/paranormal.html">Paranormal</a> 12<BR>
<a href="http://www.magicmushroomlamps.com/links/pets.html">Pets</a> 19<BR>
<a href="http://www.magicmushroomlamps.com/links/popculture.html">Pop Culture</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/psychedelicculture.html">Psychedelic Culture</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/recreation.html">Recreation</a> 6<BR>
</font></td>
<td width="33%" align="LEFT" valign="TOP"><font face="Arial,Helvetica,Verdana" size="2">
<a href="http://www.magicmushroomlamps.com/links/renaissance.html">Renaissance</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/sci-fi.html">Sci-Fi</a> 4<BR>
<a href="http://www.magicmushroomlamps.com/links/searchtheweb.html">Search The Web</a> 2<BR>
<a href="http://www.magicmushroomlamps.com/links/shamanism.html">Shamanism</a> 3<BR>
<a href="http://www.magicmushroomlamps.com/links/smokeshops.html">Smoke Shops</a> 4<BR>
<a href="http://www.magicmushroomlamps.com/links/survivalsites.html">Survival Sites</a> 21<BR>
<a href="http://www.magicmushroomlamps.com/links/thesaurus.html">Thesaurus</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/tie-dyes.html">Tie-Dyes</a> 5<BR>
<a href="http://www.magicmushroomlamps.com/links/travel.html">Travel</a> 12<BR>
<a href="http://www.magicmushroomlamps.com/links/ufos.html">UFOs</a> 35<BR>
<a href="http://www.magicmushroomlamps.com/links/ukresources.html">UK Resources</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/underground.html">Underground</a> 5<BR>
<a href="http://www.magicmushroomlamps.com/links/weather.html">Weather</a> 2<BR>
<a href="http://www.magicmushroomlamps.com/links/webcams.html">WebCams</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/weddingguide.html">Wedding Guide</a> 7<BR>
<a href="http://www.magicmushroomlamps.com/links/wholistichealth.html">Wholistic Health</a> 1<BR>
<a href="http://www.magicmushroomlamps.com/links/y2k.html">Y2K</a> 14<BR>
<a href="http://www.magicmushroomlamps.com/links/yoga.html">Yoga</a> 11<BR>
<a href="http://www.magicmushroomlamps.com/links/zenbuddhism.html">Zen Buddhism</a> 2<BR>
</font></td>
</tr></table>

</BLOCKQUOTE>
</CENTER>
 

and looks like this when viewed with a browser:

Alternative Energy 10
Alternative Lifestyles 7
Alternative Science 3
American Indian 38
Antiques 3
Artists 30
Arts and Crafts 192
Astrology 21
Auctions 3
Buddhism 14
Business 2
Celtic 7
Ceramics 5
Christmas 23
Entertainment 6
Environment 6
Free Stuff 17
Gifts 47
Government 3
Health 24
Hemp Products 9
 
Hippy Sites 10
Home and Garden 89
Humor 33
Interior Design 28
Magic 5
Meditation 3
Midi Resources 2
MP3 4
Museums 29
Mushroom Sites 30
Music 20
Mythical 11
Natural Organic Products 1
New Age - Metaphysical 116
On Line Shopping 8
Outer Space 7
Paranormal 12
Pets 19
Pop Culture 1
Psychedelic Culture 1
Recreation 6

Templates

Design Services

Editing HTML

Sub Templates

Data Tags

Examples