Archive for January, 2012

Multiple background images

This is a test page for multiple backgrounds on one div element.
Do they show up?

#example1 {
width: 500px;
height: 250px;
background-image: url(background1.png), url(background2.png);
background-position: center bottom, left top;
background-repeat: no-repeat;
}

Leave a comment

CSS div container

this is just sample main div which containes all content structure

#container {
width:980px;
position:absolute;
left:50%;
margin:0px 0px 0px -490px;
padding:0;
background-color:#FFCC99;
}

Leave a comment

Update WordPress Manual

1. Download WordPress versi terbaru dari http://wordpress.org/download/
2. Extract file hasil download
3. Delete folder lama  wp-includes and wp-admin, bisa malalui FTP
4. Upload folder terbaru wp-includes and wp-admin ke web hosting
5. Upload secara individual file.php dari folder baru wp-content ke folder wp-content yg lama
6. Login ke dashboard (/wp-login.php), lalu update database (dialog udah ada, cukup next2 aja)
7. Selesai…

detail baca di:
http://codex.wordpress.org/Updating_WordPress

1 Comment

Design a site like this with WordPress.com
Get started