|
borders borders are self explanatory.. they put a border around your coding. i'm not really sure what else to say abt borders lOL.. so to do the borders is as follows:  so for example:  you can choose the border style you want from this list: - dotted - Defines a dotted border
- dashed - Defines a dashed border
- solid - Defines a solid border
- double - Defines a double border
- groove - Defines a 3D grooved border. The effect depends on the border-
- color value
- ridge - Defines a 3D ridged border. The effect depends on the border-color
- value
- inset - Defines a 3D inset border. The effect depends on the border-color
- value
- outset - Defines a 3D outset border. The effect depends on the border-color
- value
- none - Defines no border
- hidden - Defines a hidden border
border colour can either be a #, an actual colour name (such as floralwhite) or set to transparent. the box colour comes underneath these things too^^^ once you've done that, to actually POST things within the border you need to use the following code  be sure to close all coding with [/css], for borders the [/css] should be at the end of the post or else it won't go all the way around and your information will be below the border  text shadow text shadows create a shadow beneath your text the simple coding for it is  to add colour:  example: [css=text-shadow: 2px 2px red; }]hello this is a test[/css] to add a blur is the following:  example: [css=text-shadow: 2px 2px 5px red; }]hello this is a test[/css] backgrounds when i say backgrounds, i mean this: not a full background like on jena's CSS post but anyways!!! to add this you just:  so for example [css=background-color:#9E896B]HELLO THIS IS A TEST!![/css] for a background image use the following code  see jena's css post for an example because i'm lazy overflow / scroll bars i've not used this yet but to add scroll bars to your information here is the code  and to have the code that only adds scrollbars when necessary:  height and width height and width are self explanatory too.. height and width can be set to auto just like overflow can be so thats a thing or can be set to whatever you'd prefer it to be set too...... width can also be used with % or px but i prefer px.. the code for height and width is the following  an example of the filled in code would be:  opacity opacity makes an image transparent. the lower the value the more transparent the image/ whatever you're trying to make transparent will be here is the code: 
if you're really struggling to create a base then you can always quote my bio here: http://s15.zetaboards.com/ihoggy/topic/10269902/1/#new and look at the code for that and create your own from mine (just credit me..... plz..... i beg)
also remember to add [/css] once ur done or else ur code will b broken
thx for reading this lazy azz guide i hope it helps someone.....
|