How to Make Text Walking in Blog

How to Make Text Walking in Blog

How to Make Text Walking in Blog - Ever not you see the writing / text - paced sector in the blog? I think you must have seen it, the kind of writing such a marquee name, the actual function merely as decoration on the blog alone, almost the same as headline news, only that it is easier ngaturnya, especially in regulating the movement / behavior in the desired text. You are interested in making the running in the blog posts, please consider the following ways.

1. Login to blogger.
2. Click Layout >> Add a Gadget >> HTML/JavaScript(If you want to display on your blog widget).
3. Click save and see the results.

How to Make Walking in Blog Posts


1. The text moves from right to left

<marquee direction="left" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


2. The text moves from left to right

<marquee direction="right" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


3. The text moves back and forth from left to right

<marquee direction="left" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


4. The text moves back and forth from right to left

<marquee direction="right" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


5. The text moves from top to bottom

<marquee direction="down" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


6. The text moves from bottom to top

<marquee direction="up" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


7. The text moves back and forth from top to bottom

<marquee direction="up" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


8. Text moving zig - zag (diagonal) bounces

<center><marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right" behavior="alternate"> MY BACKLINK 86</marquee></marquee></center>

The result

MY BACKLINK 86


9. Text moving zig - zag (diagonal) translucent

<center><marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right">MY BACKLINK 86</marquee></marquee></center>

The result

MY BACKLINK 86


Note:
  • Direction: to regulate the movement patterns of text (left, right, up and down).
  • Scrollamount: to regulate the speed of movement of the text. Raise the numbers (from 2 to 3) to accelerate the movement and vice versa.
  • Behavior (scroll / slide / alternate): to set the movement behavior.
LEARN MORE

How to display widget only on certain pages in the blog

This time My Backlink 86 discusses how to display the widget on a particular page on the blog as the main page / post pages and other pages.

Blogger Widget
illustration


Its function is to save space of your blog page as well as to speed up the loading blog besides your blog page is neat and professional look for the management of your blog.

This method is quite easy just to add some code, by adding the code then you can display the widget you want to appear on the page just as you want it.

Well without a lot of strings attached and practice you can see the code below:


1. Displays widgets only on page Archive alone.

<b:if cond='data:blog.pageType == &quot;archive&quot;'>
......................................................
</b:if>


2. View the widget on all pages except the archive page.

<b:if cond='data:blog.pageType != &quot;archive&quot;'>
......................................................
</b:if>



3. Displays widgets only on post pages.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
......................................................
</b:if>


4. View the widget on all pages, except the post page.

<b:if cond='data:blog.pageType != &quot;item&quot;'>
......................................................
</b:if>


5. Displays widgets only on certain posts.

<b:if cond='data:blog.pageType == &quot;address-posts&quot;'>
......................................................
</b:if>


6. View the widget in addition to the specific post.

<b:if cond='data:blog.pageType != &quot;address-posts&quot;'>
......................................................
</b:if>


7. Displays widgets only on page staticpages.

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
......................................................
</b:if>


8. Displaying a widget on all pages, except staticpages page.

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
......................................................
</b:if>


9. Code widget displays only the particular url.

<b:if cond='data:blog.url == "URL page here"'>
......................................................
</b:if>


Note: Signs point - the point above is the widget code that must be in place.

Examples of applicability can do on an existing widget on your blog, for example, you only want to display the widget "Popular Posts" only appear on any item, then the following steps:

Example: popular posts widget code below:

<b:widget id='HTML4' locked='false' title='Popular posts' type='HTML'> <b:includable id='main'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>
LEARN MORE

How To Change the List Bullet Image in Blogger

List Bullet Image in Blogger

One of the steps that you can do to beautify your blog or to beautify your blog posts is by replacing Bullet Bullet Point List or your default template.


How To Change the List Bullet Image in Blogger

  1. Login to blogger.com
  2. In the drop down menu, select a template
  3. Click the Customize button
  4. You will be taken to a page Blogger Template Designer
  5. Click Advanced and select Add CSS

   6. Copy Paste the following code in column Add CSS.

.post ul li { list-style-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinJi32xLs8DaMqi9aOtBcnhzEbmv0USIFcm40JZ2q8eW7E7rDhtoHG5og-0VW3vn2RhZOuoC4SJZxizz93uTSK-gq-jqI3MAGw1i551YjzOj1bJ4zUbc3Odj6JMBSzyvk1IZMFCBQ7Z4s/s1600/star_bullet.png'); }

List Bullet Image in Blogger

   7. Finally click the Apply to Blog

Reload your blog to see the results. CSS code above will display the List Bullet like the picture above.

LEARN MORE

Easy Ways to Make Banner Animation

Creating animated banner may be said to be useful for those who want to promote a product or website. Animated banners attract more attention than usual. Definitely my friend never saw a banner that arrived - arrived move / change the writing, and ask - and confusion wondering why the image could move: D. That's called an animated banner. Maybe for you guys who are proficient in the field of graphic design never mind no stranger to create animated banner with the software.


However, unlike me. I am not very proficient in the field of graphic design. I usually create animated banner using online services are either free or paid that we can use. Typically, animated banner format and extension .gif or flash. Below are some websites that provide services create animated banner:

Gif banner:


Flash banner:

To make this animated banner, I recommend using the services of picasion website. Please refer below to find out how to How to make an animated banner.

1. Make 2-3 more images (according to your needs) with a size of 125 x 125 px. example:


2. Now that you visit the site http://picasion.com.
3. Next, click Browse and select the image that has been my friend made earlier.


4. Select the image size in the Size dropdown menu.
5. Select the animation speed also on the dropdown menu Speed.
6. If so, click Create animation.
7. If you use the example picture No. 1 result will be like this.


9. You can save the animated banner or can also simply copy the image url.
10. Done.

How? is not how to create an animated banner?.

Hopefully useful
LEARN MORE