LinkMultiply : CSS TipsFeb 14, '07 8:35 AM
for everyone
Link: http://zeamedia.multiply.com/links/item/2/Multiply_CSS_Tips

◆Change the background in Guestbook

*Remove background, on CUSTOM-CSS add this:
.replybox {
background: none;
}

*Change background image, on CUSTOM-CSS add this:
.replybox {
background: url(http://image_address) [ no-repeat | repeat-x | repeat-y ] [ top | bottom ] [ left | right ];
}

*Change background color, on CUSTOM-CSS add this:
.replybox {
background: [ white | black | blue | etc.. ];
}

-----------------------------------------

◆Change the background in Contacbox

*Remove background, on CUSTOM-CSS add this:
.contactbox {
background: none;
}

*Change background image, on CUSTOM-CSS add this:
.contactbox {
background: url(http://image_address) [ no-repeat | repeat-x | repeat-y ] [ top | bottom ] [ left | right ];
}

*Change background color, on CUSTOM-CSS add this:
.contactbox {
background: [ white | black | blue | etc.. ];
}

----------------------------------------

PS. โค้ดสำหรับลบไฟล์วิดีโอที่ซ่อนอยู่ เปลี่ยนตัวเลขหลังไอเทม
/vido/delete-item/43?usertoken=U2FsdGVkX1-.0y4795UgYHVe

Add a Comment
   
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help