Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

how to position a script on a webpage from HTML

on blogspot, i get this code from
http://whos.amung.us
to put in your blog site to track how many people are visiting your blog...

this works fine.. but this puts in the most bottom left.. how can i customize it to bring to the top right section?

thanks
---------------------------------------
<script id='_wauibp'>var _wau = _wau || [];
_wau.push([&quot;colored&quot;, &quot;whpk6msxyrza&quot;, &quot;ibp&quot;, &quot;74ff25000000&quot;]);
(function() {var s=document.createElement(&quot;script&quot;); s.async=true;
s.src=&quot;http://widgets.amung.us/colored.js";;
document.getElementsByTagName(&quot;head&quot;)[0].appendChild(s);
})();</script>
ASKER CERTIFIED SOLUTION
Avatar of Matthew Kelly
Matthew Kelly
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial