Saturday 15 September 2012

How To Marquee Use In Blog Post


Hello friends in this tutorial i teach you how to use marquee of your blog post.This is a great trick to beautify your blog post.You can also change the path according to your blog post.You can also change the position of the ,marquee image and you can also change of height and width according to your blog post. Steps To Follow:: Step1: First login into your blogger account. Go to Layout >> Add a Gadget >> Choose a HTML / JAVA SCRIPT >>Fill the Title>>

    Add the below code in content.

 <table>
<tr>
<td>
<marquee direction="up" scrollamount="6">
<img src="path of your image" height="250" width="170" />
</marquee>
</td>
<td>
<marquee direction="down" scrollamount="6">
<img src="Path of your image"  height="250" width="160" />
</marquee>
</td>
</tr>
</table>

0 comments:

Post a Comment