There are now three different ways to display IP information on your website or blog
Standard 468x20 animated GIFExample: Code: <a href="http://www.robtex.com/" target="_top"><img border="0" src="http://www.robtex.com/ipinfo.gif" width="468" height="20" alt="ip information"></a>Small 80x15 animated GIF(suitable for blogs)Example: Code: <a href="http://www.robtex.com/" target="_top"><img border="0" src="http://www.robtex.com/80x15.gif" width="80" height="15" alt="ip information"></a>Textmode for usage within your own HTML codeExample: Your IP is: ... and you are in ... Code: Your IP is: <a href="http://www.robtex.com/ipinfo.ip.html">...</a>
and you are in <a href="http://www.robtex.com/ipinfo.country.html">...</a>
<script type="text/javascript" src="http://www.robtex.com/ipinfo.js"></script>Which information to display where is encoded in the link url by any of the keys listed in the table below. The format is simply: <a href="http://www.robtex.com/ipinfo.KEY.html">any text</a>just remember to include the script: <script type="text/javascript" src="http://www.robtex.com/ipinfo.js"></script>once before your closing </body> - tag
|