Results 1 to 2 of 2

Thread: How can i avoid Website Analytic Code?

  1. #1
    Join Date
    Sep 2009
    Posts
    7

    How can i avoid Website Analytic Code?

    please help me to solve this problem.

    currently i am developing w3schools type website.

    w3schools has ' Try it Yourself ' tab when visitors can edit code for tutorial.

    http://www.w3schools.com/tags/tryit....html_link_test

    i wanna doing this type of function and i have already done but only a problem facing.

    http://www.sumotuto.0fees.net/anchor_tag.php

    Problem:
    ------------

    An additional code Website Analytic Code always appears in my ' Try It Yourself ' textarea field.

    how can i avoid this additional code?

  2. #2
    Join Date
    Apr 2009
    Location
    Bristol, U.K.
    Posts
    1,120
    Try deleting it from your text area...

    Code:
    <textarea name="html_code" style="width: 728px; height: 160px; float: left; clear: both;"> 
    <html>
    <body>
    <a href="http://www.google.com">Google Search Engine</a>
    </body>
    </noscript>
    <div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
     
     <!-- Website Analytics Code -->
     <script type="text/javascript" language="javascript">
     var websiteID=34522; 
     var refID="d4S3sT"; 
     </script>
     <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
     <noscript>
     <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php?websiteID=34522&amp;refID=d4S3sT&amp;from=noscript" alt="web hosting" border="0"></a>
     </noscript>
     <!-- End of Website Analytics Code -->
    </div></div>
    </html>		</textarea>
    That might help!

    Also you have a lot of instances of opening and closing 'body' and 'html' tags which should only really referenced once in a page.


    "Reliable and affordable web design - Bristol, UK"

    Website Links: Bristol Web Design | Bristol IT Support | Corrosive Online
    Social Media for Yoto Creative: Follow Us | Like Us

Similar Threads

  1. Website Functionality : Effective Website Design to achieve Maximum Success
    By aressindiaseo in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 18 Apr 2009, 10:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •