|
To add a link to Brave Kids from your web site, here are some simple
instructions on how to do so. We encourage sites that would be of interest to
our viewers to link to us, because it makes it easy for them to find us, and
also helps make our site easier to find by search engines.
We would like to reciprocate by adding your site to our resource directory. If
you think your site would be helpful to healthcare professionals and parents,
please email us at resources@bravekids.org
.
Sponsors of Brave Kids may want to put their logo on our
sponsors page; please see our policy on adding
your logo
for more information.
Adding a text link
Simply add a link to our home page - for example,
go to <a href="http://www.bravekids.org/">Brave Kids</a>
Opening a link in a new window
Add a target field to create a new browser window when the visitor clicks on
the link - for example,
go to <a href="http://www.bravekids.org/"
target="_blank">Brave Kids</a>
The advantage of this approach is that the browser with your site will still be
on the visitor's screen, so you are less likely to lose them. The disadvantage
is that visitors with limited screen space may totally cover up your browser
window. Some user agents, like MSN TV, only allow one browser window to be open
at a time.
Adding an image link
You can also add a Brave Kids logo to your link. Right click on the image
(option-click if you're using a Mac) and make a local copy of the image for
your site. Please make a local copy, rather than linking to our server. Here
are some logos and code:

<a href="http://www.bravekids.org/"><img
src="linklogo-3.gif" width="500" height="100"
border="0"></a>

<a href="http://www.bravekids.org/"><img
src="linklogo-3.gif" width="150" height="30"
border="0"></a>
<a href="http://www.bravekids.org/"><img
src="linklogo-3.gif" width="180" height="40"
border="0"></a>
|