1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Question about the templates

Discussion in 'General' started by 1019foxfm, Apr 10, 2006.

  1. 1019foxfm

    1019foxfm New Member

    Okay..

    I just downloaded the Internet Radio Template and was wondering....

    Where (in the html) do I place the stuff from the notepad into the website?

    Please let me know!
    Thanks
    James
     
  2. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    Just replace the text in the template that has been added as a place holder with your own text.

    When you view the template with your browser just type the text you want to replace as a search in notepad and it will bring you to the place.
    Now replace the text with your own text, but don't replace any text that looks like this:
    HTML:
    <div id="main_content_body">
            <div id="content_box">
            <div class="thumbnail"><img src="images/main_thumbnail.gif" width="379" height="177" alt="Thumbnail Caption" /></div>
    <p>
    </p>
    
    
    Don't replace any text with < or > at the begin or ending.
    This text is the code for the website and it's called tags.
    You can however replace all the text between it.
     
  3. 1019foxfm

    1019foxfm New Member

  4. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    Your server has somehow added code to your html file which is messing up your website.

    Remove this at the top of the page:
    HTML:
    <script language="JavaScript">var PUpage="76001548"; var PUprop="geocities"; </script><script language="JavaScript" src="http://www.geocities.com/js_source/pu5geo.js"></script><script language="JavaScript"> var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/wdspfm/index.htm"; var thSpaceId="76001548"; var thIP="81.165.160.96"; var thTs="1144713932"; var thCs="76ac3e92bc74e520c4a4260850ed697a";</script><noscript><link rel="stylesheet" href="http://themis.geocities.yahoo.com/jsoff.css?thIP=81.165.160.96&thTs=1144713932"></noscript><script language="JavaScript" src="http://us.geocities.com/js_source/geovck08.js"></script>
    <!-- text above generated by server. PLEASE REMOVE -->
    
    
    
    After the body tag:
    HTML:
    <!-- following code added by server. PLEASE REMOVE -->
    <link href="http://us.geocities.com/js_source/div.css" rel="stylesheet" type="text/css"><script language="JavaScript" src="http://us.geocities.com/js_source/div03.js"></script>
    <!-- preceding code added by server. PLEASE REMOVE -->
    
    at the bottom of the page:

    HTML:
    <!-- text below generated by server. PLEASE REMOVE --></object></layer></div></span></style></noscript></table></script></applet><script language="JavaScript" src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js"></script><script language="JavaScript" src="http://geocities.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.geocities.yahoo.com/visit.gif?us1144713932" alt="setstats" border="0" width="1" height="1"></noscript>
    <IMG SRC="http://geo.yahoo.com/serv?s=76001548&t=1144713932&f=us-w87" ALT=1 WIDTH=1 HEIGHT=1>
    
    
    tags like this:

    HTML:
    <!-- text below generated by server. PLEASE REMOVE -->
    
    are comments which you can only see when viewing the code and not when viewing the website in a browser. This is placed in your code for the webmaster to tell you something about the code.
    In this case it tells you to remove it.