สังคมของการเรียนรู้ และแบ่งปัน ชอบตกแต่ง โปรไฟล์ Hi5 หน้าเว็ป ด้วยโค๊ด HTML.Java.เชิญทางนี้ครับ more...
ก่อตั้งโดย poneag
กระทู้: โค้ด จีปาถะ

 

 

โด้ดจีปาถะ แต่งโปรไฟล์

เมื่อก๊อบโค้ดไปใช้ ให้ลบเครื่องหมาย ** ออกทุกโค้ด

 

โดัดแบ๊คกราว

 

Codeแบบ fixed

 

<*style>body{background-attachment:fixed;background-image:url("URL ของภาพ");}<*/style><*/p>

 

Codeเลื่อนลงตาม scroll bar

 

<*style>body{background-attachment: none;background-image:url("URL ของภาพ");}<*/style>

 


 


สร้างรูปให้ link ไปยังโปรไฟล์

<*a href =URLของเว็บที่ต้องการ///// target=_blank><*img src=URL///ของรูปที่ทำลิงค์//// link border=0<*/a>


ตัวอย่าง (ลองคลิกที่รูปดู)

 

----------------------- " ------------------------

 

Code รูปวิ่งๆๆ

 

<*marquee><*img src=URL ของรูป><*/marquee>

 

แบบที่ 2 ปรับแต่งได้

 

<*marquee direction=right scrollamount=1>
<*img src=URL ของรูป><*/marquee>

 

right ตำแหน่งการวิ่ง จากซ้ายไปขวา

ถ้าเปลี่ยนจากขวาไปซ้ายใช้ left

1 ตัวเลขความเร็ว ตัวเลขยิ่งสูงยิ่งวิ่งเร็ว

URL ของรูปที่ใช้

 

 

Code รูปและตัวอักษร วิ่ง

 

<*marquee direction=right scrollamount=2>
<*img src=URL ของรูป> พิมพ์ข้อความที่นี่<*/marquee>

 

right ตำแหน่งการวิ่ง จากซ้ายไปขวา

2 ความเร็วของรูปที่วิ่ง

พิมพ์ข้อความที่นี่ ข้อความที่ต้องการพิมพ์ต่อท้ายรูป

URL ของรูปที่ใช้


ชมรมคนชอบแต่งโปรไฟล์

 

 


โค้ค ปรับเปลี่ยนตัวหนังสือ และระยะห่าง ของตัวหนังสือทั้งโปรไฟล์

 

<*style type="text/css">
body,p {color: #โค้ดสีตัวหนังสือ;font-size: ขนาดpx;font-family:'ชนิดของตัวหนังสือ';
letter-spacing: ระยะห่างpx;text-align: center;}
<*/style>

 

#โค้ดสีตัวหนังสือ เช่น สีขาว #FFFFFF

ขนาด ตัวหนังสือ เช่น 16 px

ชนิดของตัวหนังสือ เข่น Tahoma

ระยะห่าง หรืช่องไฟของตัวหนังสือ ใส่ตัวเลข ส่วนมากใช้ 1 หรือ 2 px

center จัดตัวหนังสือให้อยู่ตรงกลาง

 

 

 

โค้ดนาฬิกา

 

<**embed height="200" type="application/x-shockwave-flash" width="300" src="http://i754.photobucket.com/albums/xx187/dean100/bg%20icons%202012/flash/2-1.swf" wmode="transparent">

 

โค้ด ใส่รูปภาพ มุมแบ็คกราว

 

<**style>Body {background-image:url("http:รูปบีจีที่จะใช้");background-position: left bottom;background-repeat: no-repeat;background-attachment: fixed;background-color: "white";}<**/style>

 

http:รูปบีจีที่จะใช้ คือ URL ของรูปที่จะใช้

left คือตำแหน่งที่จะวางรูป

white สีของพื้นแบ๊คกราว

 


โค้ดเวสป้าวิ่งตามเมาส์

 

<div id="span0" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=50 width=50></div>
<div id="span1" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=47 width=47"></div>
<div id="span2" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=44 width=44"></div>
<div id="span3" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=41 width=41"></div>
<div id="span4" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=38 width=38"></div>
<div id="span5" style="position:absolute;visibility:hidden;"><img src=" http://img523.imageshack.us/img523/6299/5dd51wy9.gif" height=35 width=35"></div>

<script>
var step=6
var stepbasic=6
var numberofimages=6
var spacebetweenimgs=30
var x,y
var flag=0
var xpos=new Array()
var ns6=document.getElementById&&!document.all?1:0
for (i=0;i<=6;i++) {
xpos[i]=-100
}
var ypos=new Array()
for (i=0;i<=numberofimages;i++) {
ypos[i]=-100
}
function handlerMM(e) {
x = (document.layers || ns6) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers || ns6) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}

function initiatetracker() {
if (document.all) {
for (i=0; i<numberofimages; i++) {
var thisspan=eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
thisspan.visibility="visible"
}
makesnake()
}

if (ns6) {
for (i=0; i<numberofimages; i++) {
document.getElementById("span"+i).style.left=xpos[i]
document.getElementById("span"+i).style.top=ypos[i]
document.getElementById("span"+i).style.visibility="visible"
}
makesnake()
}
if (document.layers) {
for (i=0; i<numberofimages; i++) {
var thisspan=eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
thisspan.visibility="visible"
}

makesnake()
}
}

function makesnake() {
if (flag==1 && document.all) {
for (i=numberofimages; i>=1; i--) {
xpos[i]=xpos[i-1]+spacebetweenimgs
ypos[i]=ypos[i-1]
}
xpos[0]=x+stepbasic
ypos[0]=y

for (i=0; i<numberofimages; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}

if (flag==1 && ns6) {
for (i=numberofimages; i>=1; i--) {
xpos[i]=xpos[i-1]+spacebetweenimgs
ypos[i]=ypos[i-1]
}
xpos[0]=x+stepbasic
ypos[0]=y

for (i=0; i<numberofimages; i++) {
document.getElementById("span"+i).style.left=xpos[i]
document.getElementById("span"+i).style.top=ypos[i]
}
}

else if (flag==1 && document.layers) {
for (i=numberofimages; i>=1; i--) {
xpos[i]=xpos[i-1]+spacebetweenimgs
ypos[i]=ypos[i-1]
}
xpos[0]=x+stepbasic
ypos[0]=y

for (i=0; i<numberofimages; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove=handlerMM;
window.onload=initiatetracker
</script>

 

 

 

ข้อความต้อนรับ

<**SCRIPT LANGUAGE="JavaScript">
<**!-- Begin
alert("ข้อความที่จะทักทาย")
// End -->
<**/script>

 

ข้อความบอกลา

 

<**Script Language="VBScript"> Sub Window_onUnLoad() alert("ข้อความที่ต้องการ") End Sub <**/Script>

 

 

จำนวนผู้ชมทั้งหมด

 

<**center><**script src="http://fastwebcounter.com/secure.php?s=ใส่ URL โปรไฟล์ ของคุณที่นี่ค่ะ"><**/script><**/center>



จำนวนผู้ชมออนไลน์

 

<**script type="text/javascript" src="http://fastonlineusers.com/on4.php?d=URL โปรไฟล์ของคุณ"><**/script> : Users Online


อันนีี้ของแถมครับ

ขอบคุณที่แวะมา ฝากคอมเม้นท์ไว้ด้วยนะครับ

 

<**marquee direction=right scrollamount=2>
<img src=http://upic.me/i/f2/yellow.gif> พิมพ์ข้อความที่นี่ <**/marquee>

 

เมื่อก๊อบโค้ดไปแล้วอย่าลืมลบเครื่องหมาย ** ออกด้วยนะครับ

 


โพสต์โดย
poneag

29 มิ.ย. 55 เวลา 15:09 767 1
  • ความเห็นที่ 1
    พี่พล..ขอบคุณมากๆคับ...ขอบคุณจริงๆ..
    โพสต์เมื่อ 8 ก.ค. 55 เวลา 16:58
    โดย

    UNDER DOG