Xxx_Genophobia
(?)Community Member
- Posted: Wed, 19 Jul 2006 21:47:52 +0000
(This will be for Kahime's new thread about CSS and so everyone can still see and use the codes. An extention to it. All codes are her's and may not be sold for gold. Please ask all questions in her new thread.)
You can find the new thread
here.
Dictonary
This isn't exactly an area for codes at all. >< This is just where I tell you that some of the things I say on here mean.
**- When you see this in a section, you replace all the the asterics with the number of pixels you want the height, width, top, left, ect.
#section_name - The name of the section you want to change
Hex code- A color that has been coded to be used with CSS.
Everything else can be answered in the main thread.
Adding a Background.
body
{background: #000000 }
Adds a background to WHOLE profile.
body
{background: url(-Enter picture URL here-); }
Adds a background picture to the WHOLE profile.
#section_name .h2
{background: url(-Enter picture URL here-); }
Changes header of a certain commanded section.
You can find the new thread
here.
Dictonary
This isn't exactly an area for codes at all. >< This is just where I tell you that some of the things I say on here mean.
**- When you see this in a section, you replace all the the asterics with the number of pixels you want the height, width, top, left, ect.
#section_name - The name of the section you want to change
Hex code- A color that has been coded to be used with CSS.
Everything else can be answered in the main thread.
Adding a Background.
body
{background: #000000 }
Adds a background to WHOLE profile.
body
{background: url(-Enter picture URL here-); }
Adds a background picture to the WHOLE profile.
#section_name .h2
{background: url(-Enter picture URL here-); }
Changes header of a certain commanded section.