|
|
|
|
|
|
Posted: Wed Apr 05, 2006 7:29 pm
I was wondering how to put pics and stuff into different boxes? (ex. about, friends ect.)
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Apr 06, 2006 3:08 pm
You mean as backgrounds?
#[section] {background: url(IMAGE URL) top left #______; }
#[section] is to be replaced by the name of the section. Each section is named after what it is. For example, the About section is #about, Friends is #friends, Journal is #journal, etc.
(Example: #about {background: url(about.jpg) top left #000000; })
#______ is the hex color you want for the background.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Apr 06, 2006 3:13 pm
|
|
|
|
|
 |
|
|
|
|
|