For you are a blogger, of the presence of a blogroll already familiar to you all .. What is a Blogroll? Blogroll is a place that is used to store a list of links that we want to display
in our blog. Blogroll or often referred to as (Link exchange) becomes
very necessary if we want to establish relationships among other
bloggers, so we can share a link that might be the source of our backlinks, so it can better position our blog received attention in the eyes of google or other search engines. In addition, by exchanging links, then it is likely to be visited by blog visitors will be greater .. Thus blogs can increase google page rank and alexa rank can also be reduced to a few digits .. Many of the benefits that we can get from exchanging links with other bloggers. exchange links with web / blog that already has a high Page Rank and Alexa rank are good then ask to exchange links to our blog to get attention from Google as it gets backlinks from blog / high PR web create a blogroll can be done to make the HTML code, such as using the command marquee ..
- Example of HTML code to make blogroll with tables: first go to your blog account, select settings - add gadget - choose HTML / Java Script, and copy and paste the code example below :
<table border="2" width="155" height="130" cellpadding="1,5">
<tr>
<td align="left">
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" direction="up" width="100%" height="200" >
<a href="http://yokoz-blog.blogspot.com/" target="_parent">yokoz-blog.blogspot.com</a>
<br/><br/>
<a href="http://kolom-tutorial.blogspot.com/" target="_parent">Tutorials Blogspot</a>
<br/><br/>
<a href="http://www.fatihsyuhud.com/blogger-tips/" target="_parent">Blogger Tips</a>
<br/><br/>
<a href="http://subagya.blogspot.com/" target="_blank">Blog Tutorial</a>
<br/><br/>
<a href="http://harry.sufehmi.com/" target="_blank">harry.sufehmi.com</a>
<br/><br/>
</marquee>
</td>
</tr>
</table>
- Example of HTML code to make blogroll with no tables: The same way, First go to your blog account, select settings - add gadget - choose HTML / Java Script, and copy and paste the code example below :
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" direction="up" width="100%" height="200" >
<a href="http://yokoz-blog.blogspot.com/" target="_parent">yokoz-blog.blogspot.com</a>
<br/><br/>
<a href="http://kolom-tutorial.blogspot.com/" target="_parent">Tutorials Blogspot</a>
<br/><br/>
<a href="http://www.fatihsyuhud.com/blogger-tips/" target="_parent">Blogger Tips</a>
<br/><br/>
<a href="http://subagya.blogspot.com/" target="_blank">Blog Tutorial</a>
<br/><br/>
<a href="http://harry.sufehmi.com/" target="_blank">harry.sufehmi.com</a>
<br/><br/>
</marquee>
Note: You can change the above code according to your needs . - Scrollamount is to determine how fast the movement .. - Direction= to determine the direct of movement (you can replace it with: UP, DOWN, Left, or Right)
Categories
Thursday, May 02, 2013
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment