How to make a text Slide Show in your blogger blog

As a blogger everyone wants to show more information to blog-readers. Text slide show is a very effective to do it. By creating a text slide show one can display a large number of text link with article header in a specific room in blog page or side bar. To create a text slide show in not so hard. It is too easy. Just follow this guideline step by step and make a nice text slide show in your blogger web page or blog.


Step 1. Go to the Dashboard/tools of blogger.
Step 2. Click on the Layout and Click on 'Add a gadget'.
Step 3.  Select the 'HTML/Javascript' gadget.
Step 4.  Now customize and paste the code given below.

<div id='tc-slide'>
<marquee scrollamount="5" scrolldelay="99" width="250" height="200" bgcolor="#F2DACC" direction="down" onmouseover="stop();" onmouseout="start();" >
<h4 align='center'><a href='THE URL 1' target='_blank'>TEXT 1</a></h4>
<h4 align='center'><a href='THE URL 2' target='_blank'>TEXT 2</a></h4>
</marquee></div>


Customization:
1. The red text "URL 1/ URL 2" . Replace with your link url.

2. The red text "TEXT 1". Replace your text which will be displayed in slide show.
3. On the top of the code. you can change height, width, color, speed by changing amount and color code.
4. Here we show only two line if you want more just create a line like "<h4 align='center'><a href='THE URL 2' target='_blank'>TEXT 2</a></h4>" before "</marquee></div>".

If any problem will be faced, please write about as a comment. 

No comments:

Post a Comment