help
Hello,
I am trying to put a bit of code into my layout sidebar area. It's a badge which links to my photo site. In the code it uses java script, and it is not showing up when I insert the code where it is supposed to go. What do I have to do to get my badge to show?
Here is the code which I'm supposed to use: (after I have made it readable, as you asked)
I am trying to put a bit of code into my layout sidebar area. It's a badge which links to my photo site. In the code it uses java script, and it is not showing up when I insert the code where it is supposed to go. What do I have to do to get my badge to show?
Here is the code which I'm supposed to use: (after I have made it readable, as you asked)
<script type="text/javascript">
<!--
flickr_badge_background_color = "";
flickr_badge_border = "";
flickr_badge_width = "120px";
flickr_badge_text_font = "11px Arial, Helvetica, Sans serif";
flickr_badge_image_border = "1px solid #000000";
flickr_badge_link_color = "";
//-->
</script>
<script type="text/javascript" src="http://www.flickr.com/badge_code.gne?nsid=48889068908@N01&count=3&display=latest&name=1&size=square"></script> 