It's very simple...
1.Login to your dashboard--> layout- ->Page Elements
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the code given below and click save
<marquee width="50% height="60% direction="up" hspace="2" vspace="6">
<img src="YOUR-IMAGE1-LINK"/>
<img src="YOUR-IMAGE2-LINK"/>
<img src="YOUR-IMAGE3-LINK"/>
</marquee>
Note : Remember to replace YOUR-IMAGE1-LINK ,YOUR-IMAGE2-LINK,YOUR-IMAGE3-LINK with your images links
Look at the example below
<marquee width="50% height="60% direction="up" hspace="2" vspace="6">
<img src="https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcTKDLnDTgK3mAXFVNQn7tRESydHpijyJil7lE6E_c361Q-bW-5W"/>
<img src="https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcR6yMWviRZb5dD6Tynakk08W3Qp2KdzFkV7LMth8g1WawqH5Tkjkg"/>
<img src="https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcQpeHNya5CHZvAasQlCZm5xZM0xabN9pxgyQdfiXUDXVEZ9t1uB"/>
</marquee>
0 comments:
Post a Comment