How To Add Auto Scrolling Text or Image Slideshow in Blogger

If you want to make a Slideshow or want to show up a Text scrolling inside of your Blog then this is for you.It's quite Simple and Easy to add.All you need to the Following code copy and Then Paste into your Blog wherever you want it to display.
Copy This Code & Paste Into your Blog Sidebar or Header: 

<table border="1" width="400"><tr>
<td><marquee behavior="scroll"direction="left"><img src="
your Image url Here" alt="Title of image" height="Height of image" width="Width of image" /> <img src="your Image url Here" alt="Title of image" height="Height of image" width="Width of image" /> <img src="your Image url Here" alt="Title of image" height="Height of image" width="Width of image" /> <img src="your Image url Here" alt="Title of image" height="Height of image" width="Width of image" />
</marquee>
</td>
</tr></table>


Note: You can change direction by changing -- direction="left" into direction="left"

Now here will be view of this Scrolling Bar === 

Title of image Title of image Title of image Title of image

No comments:

Post a Comment