View Single Post
  #21  
Old 10-31-2009, 03:25 AM
rsusano rsusano is offline
Sergeant
 
Join Date: Oct 2009
Posts: 34
Default Re: How to add FLASH to your web page

HTML{height:100%;cursor:text;} BODY{padding:3px;border:0px;margin:0px;} .PlainText,.HTML{font-family:'Lucida Console' !important; font-size: 80%;} P{margin:0em !important;padding:0em !important;} BLOCKQUOTE,UL,OL{margin-top:0em !important;margin-bottom: 0em !important;padding-top:0em !important;padding-bottom:0em !important;} *{text-indent:0in !important;} SPAN.squiggly{border-bottom:dotted 1px #f00} HTML{height:100%;cursor:text;} BODY{padding:3px;border:0px;margin:0px;} .PlainText,.HTML{font-family:'Lucida Console' !important; font-size: 80%;} P{margin:0em !important;padding:0em !important;} BLOCKQUOTE,UL,OL{margin-top:0em !important;margin-bottom: 0em !important;padding-top:0em !important;padding-bottom:0em !important;} *{text-indent:0in !important;} SPAN.squiggly{border-bottom:dotted 1px #f00} I´m using the BlueVoda Program. In this program I can edit the code page but I can not write a w3counter script code exacly where I want.
Options here are: Start of the page; Between head tag; Inside body tag; beggining of the body; End of the body and End of the page.
In some of them does not works; in the end of the page, even changing the page properties, no counter appears; in the other of the options the counter is placed at the top and at the center of the page.

Inserting a script box i can copy and past the w3counter code Before tag, Inside tag and After tag.
Inside tag does not works; before and after it works but I have 2 counters in the page!

Is anything I can do?
Can I change the code?

This is the code in w3counter page

<!-- Begin W3Counter Tracking Code -->
<script type="text/javascript" src="http://www.w3counter.com/tracker.js"></script>
<script type="text/javascript">
w3counter(31483);
</script>
<noscript>
<div><a href="http://www.w3counter.com"><img src="http://www.w3counter.com/tracker.php?id=31483" style="border: 0" alt="W3Counter" /></a></div>
</noscript>
<!-- End W3Counter Tracking Code-->

This is the code in my page after the script (the copy was made from the web page)
<!-- Begin W3Counter Tracking Code --> <script type="text/javascript" src="index_ficheiros/tracker.js"></script> <script type="text/javascript"> w3counter(31483); </script><a href="http://www.w3counter.com/"><img src="index_ficheiros/tracker.png" style="border: 0pt none ;" alt="W3Counter Web Stats"></a> <noscript> <div><a href="http://www.w3counter.com"><img src=http://www.w3counter.com/tracker.php?id=131483 style="border: 0" alt="W3Counter" /></a></div> </noscript> <!-- End W3Counter Tracking Code--> <script language="JavaScript"> <!-- w3counter support says that´s because the static image inserted on the page (BlueVoda script box?) and this image generates a counter but displace their counter too; that´s why 2 counters...

Any solution for this or anyone have try some other counter with statistics that can work in BlueVoda?

Thank you
Rui
Reply With Quote