Yeah. I know the Blog list once was overflowing with these kind of blogs. So, That gives me every reason to make one also! No, not really.BASIC CODES
Now, these codes listed are just solid color backgrounds. i'll get into images and such later.
This Code here changes the color of the background in the back.
[ style ]DIV{background-color:???;color:???;}[ /style ]
Where i put those Red question marks, you replace them with your color of choice. (Red, Blue, Green, Yellow, Purple, and 100's more.)
This changes the background of the bio, tables and such.
[ style ]TD{background-color:???;color:???;}[ /style ]
I forgot to say some things. You put these anywhere on your bio. And be sure to take out the spaces in the beginning and ending tag. ( [ style ] )
Now this is what you do when you want a border on them.
get your normal code. i'll use the bio one.
[ style ]TD{background-color:???;color:???;border:?px ??? ???;}[ /style ]
Where it says ?px, change the ? to a number 1-4.
The next ???, change it to a border type. (Double, Dotted, Dashed, etc.)
I forget another thing.In the plain code, the first ??? is the background color. ( i said that. ) and the second ??? is text color.
okay.
Now. the commentbox.
[ style ]textarea{background-color:???;color:???;}[ /style ]
Theres a lot more coding, but Thats a secret.
Now. the image codes.
You know the rule.
[ style ]TD{background-image:url(???)!important;color:???;}[ /style ]
Now, put the code just like that, but change the ??? to the images url. (http://www.dsipaint.com is a url.)
I might make a blog on the more complicated stuff. But i do not know.