Logo image reading
FirstGov for Kids.
Kids.gov Home
Search
Linking To Us A FirstGov Portal Site
FCIC Home
Arts - Careers - Computers - Fighting Crime - Fun Stuff - Geography
Global Village - Government - Health - History - Homework - Money - Music - Plants and Animals
Recreation - Safety - Space - State Websites - Transportation
Separator image

Want to link to kids.gov?

Hey, we'd love you to. The image and text shown below should assist you in coding your html link to us. Choose a plain text or graphic link and paste the block of HTML code under it right into your page.

Text Link - kids.gov
<a href="http://www.kids.gov/">kids.gov</a>

Graphical Link - Logo linking to Kids.gov
<a href="http://www.kids.gov/"><img src="http://www.kids.gov/images/kidsgovsmall.gif" width="72" height="13" border="0" alt="Logo image linking to kids.gov"></a>

Graphical Link with a Rollover - Kids.Gov
Place this code inside the <head> tag:

<script LANGUAGE="JavaScript">
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if ((browserName == "Netscape" && browserVer >= 3) ||
(browserName == "Microsoft Internet Explorer" && browserVer >= 3))
version = "n3";
else version = "n2";
if (version == "n3") {
imageon = new Image(130, 19); imageon.src="http://www.kids.gov/images/kids-red.gif";
imageoff = new Image(130, 19); imageoff.src="http://www.kids.gov/images/kids-blue.gif";
}
function img_act(imgName) {
if (version == "n3") {
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
}
}
function img_inact(imgName) {
if (version == "n3") {
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
}
}
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
} // -->
</script>

Place this code inside the <body> tag:

<a ONMOUSEOVER="img_act('image')" ONMOUSEOUT="img_inact('image')" HREF="http://www.kids.gov">
<img ALT="Kids.Gov" SRC="http://www.kids.gov/images/kids-blue.gif" BORDER="0" NAME="image" WIDTH="84" HEIGHT="84" align="texttop"></a>

Animated Gif Link - Logo linking to Kids.gov
<a href="http://www.kids.gov/"><img src="http://www.kids.gov/images/big-small.gif" width="136" height="23" border="0" alt="Logo image linking to kids.gov"></a>

Animated Gif Link - Logo linking to Kids.gov
<a href="http://www.kids.gov/"><img src="http://www.kids.gov/images/twist.gif" width="121" height="91" border="0" alt="Logo image linking to kids.gov"></a>

Animated Gif Link - Logo linking to Kids.gov
<a href="http://www.kids.gov/"><img src="http://www.kids.gov/images/star-hop-sm.gif" width="215" height="58" border="0" alt="Logo image linking to kids.gov"></a>

Update March 25, 2004

Separator image
About this site - Sitemap - Contact Us - Kid's Privacy - Disclaimer - Linking Policy
Separator image