|
Computer Hope greatly appreciates when anyone links to Computer Hope and/or lets others know
about our free service. By
letting others know about Computer Hope, you help ensure that
Computer Hope's services
continue to be free, continue to grow and improve. Below we have listed
various different methods of how you can link to Computer Hope or
tap into our services on
your web page. These are just examples, are not required and
can be changed to whatever you like.
Standard HTML
link examples and source code
Graphic button link example and source code
Graphic banner link examples and source code
Graphic logo link example and source code
How to link to Computer Hope search engine
List Computer related news on your web page
Link to the Computer Hope word
of the day
Computer Hope word converter
Link
examples
Computer Hope's
free computer help
Computer
Hope's computer dictionary
Computer
Hope's computer history
Computer
Hope's computer news
Today's
computer word
Source code listing of above
examples
<a href="http://www.computerhope.com">Computer
Hope's free computer help</a>
<a href="http://www.computerhope.com/jargon.htm">Computer
Hope computer dictionary</a>
<a href="http://www.computerhope.com/history/">Computer
Hope computer history</a>
<a href="http://www.computerhope.com/news.htm">Computer
Hope computer news</a>
<a href="http://www.computerhope.com/cgi-bin/wotd.cgi">Today's
computer word</a>
Button
example
Source code of
the above example
<center><A
HREF="http://www.computerhope.com"><img
src="http://www.computerhope.com/hope.gif"
alt="There is hope."
border=0></A></center>
Button
example 2
Source code of
the above example
<center><A
HREF="http://www.computerhope.com"><img
src="http://www.computerhope.com/hope2.gif"
alt="There is hope."
border=0></A></center>
Banner
example

Source code of the above
example
<center><a
href="http://www.computerhope.com"><img
src="http://www.computerhope.com/banners/banner3.gif" alt="Free computer help"></a></center>
History banner example

Source code of the above
example
<center><a
href="http://www.computerhope.com"><img src="http://www.computerhope.com/banners/banner2.gif"
alt="Computer history"></a></center>
Newsletter banner example

Source code of the above
example
<center><a
href="http://www.computerhope.com"><img src="http://www.computerhope.com/banners/banner4.gif"
alt="Computer Hope newsletter"></a></center>
News banner example

Source code of the above
example
<center><a
href="http://www.computerhope.com/news.htm"><img src="http://www.computerhope.com/banners/banner6.gif"
alt="Computer Hope newsletter"></a></center>
Dictionary banner example
Source code of the above
example
<center><a
href="http://www.computerhope.com/jargon.htm"><img
src="http://www.computerhope.com/banners/banner7.gif"
alt="Computer Hope dictionary"></a></center>
Computer
Hope logo

Source code of the above
example
<center><a href="http://www.computerhope.com">
<img src="http://www.computerhope.com/logo.gif"></a></center>
Note: This logo has a transparent background therefore should
work well with any background with light colors. If using a dark color
background you will notice a white border around the CH.
Linking to
the Computer Hope Search engine
EXAMPLE:
SOURCE CODE:
<form id="searchbox_003411668307610607965:h4yba8pbdco"
action="http://www.computerhope.com/search.htm"><input
type="hidden" name="cx"
value="003411668307610607965:h4yba8pbdco" /><input type="hidden"
name="cof" value="FORID:9;NB:1" /><input name="q" type="text"
size="25" /><input type="submit" name="sa" value="Search"
/></form>
List
previous years computer related news on your page
Computer Hope posts links to the latest breaking Computer and
Technology related news almost daily. We have several ways for
users to add the Computer Hope news on their web page. See our
news
link section for examples and the source code for each of the
examples.
Add a link to get "on this day in computer news",
which links to related computer links that has happened on this
day in the past.
Example:
On
this day in computer news
Source:
<a href="http://www.computerhope.com/cgi-bin/today.cgi">On this day in computer news</a>
Link to the
computer word of the day.
EXAMPLE:
Give users the ability to get a link to a unique computer
related term every day. Below is an example of a link that will
take a user to today's unique computer term of the day. Computer
word of the day
SOURCE CODE:
<a href="http://www.computerhope.com/cgi-bin/wotd.cgi">Computer word of the day</a>
|