How to display your website visitor's ip address by easy method

If you want to display your site visitors IP address, the easiest method ist to paste the following code into your webpage.

        <div name="ip_address" >
          <a title="Your IP-address" href="http://smart-ip.net/">
            <img width="88" height="31" border="0" alt="IP-Button" src="http://smart-ip.net/tools/button?blue">
          </a>
          <a title="Your IP-address" href="http://smart-ip.net/">
            <img width="350" height="19" border="0" alt="IP-Userbar" src="http://smart-ip.net/tools/userbar">
          </a>
        </div>



Comments