s4f11sn

tulisan berjalan dan post image

Sep 14th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. edit tulisan berjalan dan post gambar.
  2. >>>
  3. <img src='URL gambar">
  4. Apabila ingin membuat gambar tadi menjadi link yang mengarah ke blog anda, maka susunannya menjadi :
  5. <a href='URL Blog Anda'><img src='URL gambar "></a>
  6. ---------
  7. <img src='URL gambar' width='100' height='80'>
  8. ----------
  9. <a href='URL Blog Anda'><img src='URL gambar' width='100' height='80'></a>
  10. --------------
  11. ada title
  12. <a title='Beranda' href='http://ufuk-senja.blogspot.com/'><img src="http://i.imgur.com/fxweL.jpg?1" width="200" height="320" /></a>
  13. ----------
  14. tulisan berjalan
  15. <marquee>TULISAN YANG AKAN BERGERAK</marquee>
  16.  
  17. --------jeda ngka
  18. <marquee scrolldelay="500">RUNNING TEKS DELAY 0,5 DETIK</marquee>
  19.  
  20. ----- jumlah pengulangan
  21. <marquee loop="3">MARQUEE BEROTASI 3 KALI SAJA</marquee>
  22.  
  23. -------lebar media
  24. <marquee width="50%">MARQUEE LEBAR 50 PERSEN</marquee>
  25.  
  26. --------- bagrond
  27. <marquee bgcolor="yellow">RUNNING TEXT LATAR KUNING</marquee>
  28.  
  29. -------- ke kanan
  30. <marquee direction="right">MARQUEE BERGERAK KE KANAN</marquee>
  31.  
  32. --- bolak balik
  33. <marquee behavior="alternate">MARQUEE BERGERAK BOLAK-BALIK</marquee>
  34.  
  35. ----- ke bwah
  36. <marquee direction="down" height="100">MARQUEE BERGERAK KE BAWAH</marquee>
  37.  
  38. ---------- bolak balik mous berhenti
  39. <marquee behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">MARQUEE BERGERAK BOLAK-BALIK</marquee>
  40.  
  41. -------- ada link
  42. <a href="http://trikmudahseo.blogspot.com/2012/09/cara-membuat-tulisan-berjalan-marquee.html">CARA MEMBUAT TULISAN BERJALAN (MARQUEE)</a>
  43. </marquee>
  44.  
  45. sumber : http://trikmudahseo.blogspot.com/2012/09/cara-membuat-tulisan-berjalan-marquee.html
Advertisement
Add Comment
Please, Sign In to add comment