Cufon javascript in Blogger -


i'm trying add cufon font blogger template. i've uploaded cufon-yui.js , font.js server, , reference them in blogger template in head:

<script src="http://www.xyz.com/sukrin/cufon-yui.js" type="text/javascript"></script> <script src="http://www.xyz.com/sukrin/font.js" type="text/javascript"></script> <script type="text/javascript">     cufon.replace('body, h1, h2, h3, h5, p'); </script> 

the font isn't appearing. load blogger page, , @ source, js links clickable -- when click link takes me google search page, not js code (which know there -- if put link in url bar appears).

any ideas why isn't working?

edit: different problem, sorry! search results domain (i.e. if search www.xyz.com click result) redirects straight away google. no odd files in server...

thanks.

this has turned out caused think must kind of hack, causes redirect when following link www.xyz.com.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -