[quote=irwan_syah]tapi text yg di samping foto primary n di atas Cp,,,[/quote]
ini bukan yah...
copas di C
[spoiler]//EKSTERNAL ShoutOUT
function shoutoutcus(){
var ephemeral = "[b]<div style='font-family:Century Gothic; color:#000000; font-size:4'><div align='center'><font size=5>Slamad datang<br>"+pageViewerFName+"!!!</font></div>[/b]";
document.getElementById('cpShoutoutBox').style.height='70';
document.getElementById('cpShoutoutBox').style.overflow='auto';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+ephemeral+"</td></tr></table>";
}setTimeout("shoutoutcus()",1000);[/spoiler]
yang di bold itu ganti ama html codes yg ini
[quote]<blink>text</blink>[/quote]
untuk kedip2
[quote]<marquee>text</marquee>[/quote]
untuk jalan2..
[quote=irwan_syah]klo tiap2 box's ntu punya bakcground tersendiri carana gimana ya?
[/quote]
ini taro di css
[spoiler]/* MASTER BOXES */
.commonbox {
border: 2px solid #000000; -moz-border-radius: 5px;
padding: 5px;
background-color:#000000;
background-image:url([b]URL GAMBAR[/b]);
background-position: left center;
background-repeat: repeat;
}[/spoiler]
Last edited by venusvhie (2008-10-02 09:12:20)