How to link to Computer Hope
We welcome anyone who wants to link to any of our pages. By letting others know about Computer Hope, you help ensure that Computer Hope's services continue to be free and continue to grow and improve. Below are a few examples of how to link to Computer Hope and our services. These are examples, are not required, and can be changed to whatever works best for your web page or blog.
Link examples
Computer Hope's free computer help
Computer Hope's computer dictionary
Computer Hope's computer history
The source code listing of above examples
<a href="https://www.computerhope.com">Computer Hope's free computer help</a> <a href="https://www.computerhope.com/jargon.htm">Computer Hope computer dictionary</a> <a href="https://www.computerhope.com/history/">Computer Hope computer history</a>
<a href="https://www.computerhope.com/cgi-bin/wotd.cgi">Today's computer word</a>
Button example
Source code of the above example
<center><a href="https://www.computerhope.com"><img src="https://www.computerhope.com/hope2.gif" alt="There is computer hope." border="0" width="88" height="31"></a></center>
Banner example
If you have a browser ad blocker installed, the banners may be missing because the word "banner" is used in the file name.
The source code of the above example
<center><a href="https://www.computerhope.com"><img src="https://www.computerhope.com/banners/banner3.gif" alt="Free computer help" width="468" height="60"></a></center>
History banner example
The source code of the above example
<center><a href="https://www.computerhope.com"><img src="https://www.computerhope.com/banners/banner2.gif" alt="Computer history" width="468" height="60"></a></center>
Dictionary banner example
The source code of the above example
<center><a href="https://www.computerhope.com/jargon.htm"><img src="https://www.computerhope.com/banners/banner7.gif" alt="Computer Hope dictionary" width="468" height="60"></a></center>
Computer Hope logo
The source code of the above example
<center><a href="https://www.computerhope.com"><img src="https://www.computerhope.com/logo.gif"></a></center>
This logo has a transparent background. Therefore, it works well with any background with light colors. If using a dark color background, a white border is around the CH.
Linking to the Computer Hope search engine
Example
If you want our search in your browser, create a Computer Hope bookmarklet.
The source code
<form action="https://www.computerhope.com/cgi-bin/search.cgi" method="post"> <p><input name="q" size="25" type="text" style="border: 1px solid #2c87f0;padding: .5em;font: 1em Verdana,sans-serif;"> <button type="Submit" style="background:#2c87f0; padding: .5em; color: #fff; width: 6em;">Search</button></p> </form>
Link to the computer word of the day
Example
Give your visitors the ability to get a link to a unique computer-related term every day. Below is an example of a link that takes a user to today's unique computer term of the day.
The source code
<a href="https://www.computerhope.com/cgi-bin/wotd.cgi">Computer word of the day</a>