Blogroll w/ Textarea or Marquee :

"Yosh, tonight I will posting about Blogroll.. So, do you know about blogroll ???


Hmm.., if you don't know about blogroll. I will explain it. Blogroll is a list of blogs on a blog (usually placed in the sidebar of a blog) that reads as a list of recommendations by the blogger of other blogs. That is the sense that I quote from the wiki. If you still do not understand, this is an example of the image.


So if you interest to know how that coding, follow this steps :
* Blogroll with Textarea :
1. Login to your acoount blogger.
2. Click Layout
3. Click Add a Gadget
4. Choose HTML/ Javascript
5. Paste this code

<div style="border: 1px solid rgb(153, 153, 153);
overflow: auto;
width: 200px;
height: 200px;
text-align: center; ">

#link1 <br />
#link2 <br />
#link3 <br />
#link...

</div>

Nb :
- width: 200px, you can change it for long of blogroll
- height: 200px, you can change it for high of bloggroll
- #link1, #link2, #link3,you can change it for the list of your links

Nah, this steps for Blogroll with marquee.
Blogroll with Marquee :
1. Login to your acoount blogger.
2. Click Layout
3. Click Add a Gadget
4. Choose HTML/ Javascript
5. Paste this code

<MARQUEE align="center" direction="up" height="100" scrollamount= "2" onmouseover='this.stop()' onmouseout='this.start()' width="95%" >

#link1 <br />
#link2 <br />
#link3 <br />
#link...<br />

</marquee>


Nb :
- up, you can change it with right, left, down
- 100, you can change it for high of bloggroll
- 2, for the speed of that blogroll
- #link1, #link2, #link3,you can change it for the list of your links

Now you already know. So, good luck. Don't forget to comment ya. Hehe...

2 comments:

  1. nach yg beginian yang saya cari makasih bos..numpang copas nich kodenya....

    ReplyDelete
  2. @Blog Bisnisku : Silahkan, senang bila bisa sharing bersama :)

    ReplyDelete