5/8/13 – Great news friends, Formspring has been saved and is now under new management. Get ready for some cool and exciting new features. Stay tuned for more updates and happy posting!!

?

Recent Responses

    1. michelle.n
    2. michelle.n
    3. michelle.n
    4. michelle.n
    5. michelle.n
    6. michelle.n
    7. michelle.n
      mchn202 responded to sunnydahye 5 Mar 12

      Someone caring, nice, have a good sense of humor, someone who know when he's taking things too far. Someone real who doesn't change for anyone but himself, someone honest, ambitonous and of he must be taller than me :D

    8. michelle.n
    9. michelle.n
    10. michelle.n

      hey i use this code and paste it in my template

      <div class="h1"> </div> <div class="h4">
      <div class="h5">
      <div class="PICs">
      <script language="JavaScript1.2">

      /*
      Up down slideshow Script
      By Dynamic Drive (www.dynamicdrive.com)
      For full source code, terms of use, and 100's more scripts, visit http://www.dynamicdrive.com
      */

      ///////configure the below four variables to change the style of the slider///////
      //set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
      var scrollerwidth='200px'
      var scrollerheight='265px'
      //2000 miliseconds=2 seconds
      var pausebetweenimages=2000

      //configure the below variable to change the images used in the slideshow. If you wish the images to be clickable, simply wrap the images with the appropriate <a> tag
      var slideimages=new Array()
      slideimages[0]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/ideaforfacebookntrjyrjblog2.jpg">';
      slideimages[1]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/Picture023blog.jpg">';
      slideimages[2]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/Picture009blog.jpg">';
      slideimages[3]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/Picture019blog.jpg">';
      slideimages[4]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/hj6ru6521blog.jpg">';
      slideimages[5]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/Picture063blog.jpg">';
      slideimages[6]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/IMG359editblog.jpg">';
      slideimages[7]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/muyk4.jpg">';
      slideimages[8]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/kjo8eqkuy31blog.jpg">';
      slideimages[9]='<img src="http://i1091.photobucket.com/albums/i391/mchn202/hwhyjrey6u29blog.jpg">';
      //extend this list

      ///////Do not edit pass this line///////////////////////

      var ie=document.all
      var dom=document.getElementById

      if (slideimages.length>2)
      i=2
      else
      i=0

      function move1(whichlayer){
      tlayer=eval(whichlayer)
      if (tlayer.top>0&&tlayer.top<=5){
      tlayer.top=0
      setTimeout("move1(tlayer)",pausebetweenimages)
      setTimeout("move2(document.main.document.second)",pausebetweenimages)
      return
      }
      if (tlayer.top>=tlayer.document.height*-1){
      tlayer.top-=5
      setTimeout("move1(tlayer)",50)
      }
      else{
      tlayer.top=parseInt(scrollerheight)
      tlayer.document.write(slideimages[i])
      tlayer.document.close()
      if (i==slideimages.length-1)
      i=0
      else
      i++
      }
      }

      function move2(whichlayer){
      tlayer2=eval(whichlayer)
      if (tlayer2.top>0&&tlayer2.top<=5){
      tlayer2.top=0
      setTimeout("move2(tlayer2)",pausebetweenimages)
      setTimeout("move1(document.main.document.first)",pausebetweenimages)
      return
      }
      if (tlayer2.top>=tlayer2.document.height*-1){
      tlayer2.top-=5
      setTimeout("move2(tlayer2)",50)
      }
      else{
      tlayer2.top=parseInt(scrollerheight)
      tlayer2.document.write(slideimages[i])
      tlayer2.document.close()
      if (i==slideimages.length-1)
      i=0
      else
      i++
      }
      }

      function move3(whichdiv){
      tdiv=eval(whichdiv)
      if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
      tdiv.style.top=0+"px"
      setTimeout("move3(tdiv)",pausebetweenimages)
      setTimeout("move4(second2_obj)",pausebetweenimages)
      return
      }
      if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
      tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
      setTimeout("move3(tdiv)",50)
      }
      else{
      tdiv.style.top=scrollerheight
      tdiv.innerHTML=slideimages[i]
      if (i==slideimages.length-1)
      i=0
      else
      i++
      }
      }

      function move4(whichdiv){
      tdiv2=eval(whichdiv)
      if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
      tdiv2.style.top=0+"px"
      setTimeout("move4(tdiv2)",pausebetweenimages)
      setTimeout("move3(first2_obj)",pausebetweenimages)
      return
      }
      if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
      tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
      setTimeout("move4(second2_obj)",50)
      }
      else{
      tdiv2.style.top=scrollerheight
      tdiv2.innerHTML=slideimages[i]
      if (i==slideimages.length-1)
      i=0
      else
      i++
      }
      }

      function startscroll(){
      if (ie||dom){
      first2_obj=ie? first2 : document.getElementById("first2")
      second2_obj=ie? second2 : document.getElementById("second2")
      move3(first2_obj)
      second2_obj.style.top=scrollerheight
      second2_obj.style.visibility='visible'
      }
      else if (document.layers){
      document.main.visibility='show'
      move1(document.main.document.first)
      document.main.document.second.top=parseInt(scrollerheight)+5
      document.main.document.second.visibility='show'
      }
      }

      window.onload=startscroll

      </script>


      <ilayer id="main" width=&{scrollerwidth}; height=&{scrollerheight}; visibility=hide>
      <layer id="first" left=0 top=1 width=&{scrollerwidth};>
      <script language="JavaScript1.2">
      if (document.layers)
      document.write(slideimages[0])
      </script>
      </layer>
      <layer id="second" left=0 top=0 width=&{scrollerwidth}; visibility=hide>
      <script language="JavaScript1.2">
      if (document.layers)
      document.write(slideimages[dyndetermine=(slideimages.length==1)? 0 : 1])
      </script>
      </layer>
      </ilayer>

      <script language="JavaScript1.2">
      if (ie||dom){
      document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;">')
      document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
      document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
      document.write(slideimages[0])
      document.writeln('</div>')
      document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
      document.write(slideimages[dyndetermine=(slideimages.length==1)? 0 : 1])
      document.writeln('</div>')
      document.writeln('</div>')
      document.writeln('</div>')
      }
      </script>


      OKay there you go(: just change the "var scrollerwidth" at the top so it will fix your blog and replace my pic with yours. Don't change anything below the "slide images" because it will mess the whole thing up, happen to me so many time -.- it's a pain to fix!

    11. michelle.n
    12. michelle.n
    13. michelle.n
    14. michelle.n
    15. michelle.n

      thankyou! (: my blog theme was originally : http://www.blogskins.com/info/361347 but i change it around abit by adding other contents from different blog themes such as background, side bar ect.

    16. michelle.n
    17. michelle.n
    18. michelle.n
    19. michelle.n
    20. michelle.n

michelle.n’s Bio

Australia!

pinterest.com/mchnguyen/

18
Vietnamese
Live on the boarder of Brisbane and Ipswich