How to redirect blogger blogs to affiliate links?
<meta equiv="refresh" content="0;url=http://blogaddress.com/"></meta>
<script language="javascript">
document.location='Link Here';
</script>
i couldnt get the meta refresh to work but you can also use
Code:<script language="javascript"> document.location='Link Here'; </script>
which goes in the head section also and obv. replace Link Here with your link