Computer Hope link

Computer Hope greatly appreciates when anyone links to Computer Hope 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 or best suites your page.

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

There is hope.

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

There is hope.

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

Free computer help

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

Computer History

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

Computer Hope newsletter

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

Computer news

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

Computer Hope dictionary

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 action="http://www.computerhope.com/cgi-bin/search.cgi"><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 the 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 an 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>