1.Dashbord>Design>Add a gadget>Html/Javascript
2.Copy code dibawah dan paste di
Html/Javascript
<!-- code for turning all non-blog links to new page links -->
<script type="text/javascript" language="javascript">
var arr = document.getElementsByTagName("a"); //get all links in the page
for(var i = 0; i < arr.length; i++)
{
if(arr[i].href.indexOf("Your URL") < 0 //not links that are 'inside' blog
&& arr[i].href.indexOf("javascript:") < 0) //not javascript links
arr[i].target = "_blank";
}
</script>
3.Save
Saturday, 3 December 2011 - BY Anis Diyana
ANIS DIYANA
I'm Anis Diyana,18 y/o,muslim and Malaysian.I love to eat cheese.I love drawing chibis and doodling too.I hope this blog will help you to edit your blog.If you have any question to ask me or you want to request a tutorial,kindly email me here: anisdiyana97@gmail.com
'Florale' by Marcielago. Icons from thefadingnight.