How to make photos run on a blog
The photos running on the blog are really interesting to look at. how to make ? yupz.. In this post I will explain how to make photos run on a blog. Just like the running text, this running image also uses the marquee effect. Let's just practice, hehehehe
Follow these steps to make images run on a blog
Copy and paste the following code into your blog:
<table border="10" cellpadding="3" height="135" width="195"/>
<tr>
<td>
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="192" height="132" align="center">
<img src="http://farm5.static.flickr.com/4017/4274096032_8bf5bd349a_o.jpg" height="130" width="190" />
<br/>
<img src="http://farm5.static.flickr.com/4046/4273351371_7c1ceb936b_o.jpg" height="130" width="190" />
</marquee>
</td>
</tr>
</table>
The results are as follows:
Remarks replace the blue link with the link where you put the image, for example the image you put on flickr.com.
Make the image run from left to right
Copy and paste the following code into your blog:
<marquee align="center" direction="left" height="200" scrollamount="3" width="100%" >
<img src="http://farm5.static.flickr.com/4017/4274096032_8bf5bd349a_o.jpg" width="190" height="130" />
</marquee>
The results are as follows:
Selamat mencoba
0 Comments