html help
.orangetext15 ; about me, who i'd like to meet, and blurbs.blacktext10 ; date of comments
.blacktext12 ; extended network
.whitetext12 ; text above url, contact table, and details/intrests
.nametext ; display name
.text ; all font's on your page
.redtext ; number of comments
.redbtext ; number of friends
.lightbluetext18 ; titles in detail and intrests section
different things
example?
If you take a part above, and all the parts below it turns into a code, and the way you want it too look.So here's how it would look as your code:
.nametext {font-family:FONTHERE; font-size:HOWBIG; color:COLOR; text-align:WHICHSIDE; line-height:HOWFAR; letter-spacing:CLOSERFARTHER; text-transform:BIGLITTLE;
*note: that when you spell something wrong, or forget something your code wont ruin, it just wont show you that it's working. becareful as you write this.*
what they mean
font-family:; ; font you wantfont-size:; ; how big you want your fonts to be
color:; ; prettyness
text-align:; ; left, right, center
line height:; ; how high you want everything to be from it
letter-spacing:; ; distance between letters
text-transfrom:; ; uppercase (caps), lowercase (lower)
style tags
This is a style tag:links/image links
Links and Image links are very different, different format and everything. NO spaces.example of a link:
*note: the tags are not supposto have spaces, but that's the only way you'd be able to see them.*
background color and image
Before any of your parts you have above when making a layout you always start off with body {} and then you add stuff like background-color, background-image, background-repeat (repeat OR no-repeat), background-attachment (fixed OR scrolled), background position (bottom left OR bottom right OR top left OR top right OR center).so your code would look like this: body {background-image: url(IMAGEURLHERE); background-color:COLORHERE; background-repeat:repeat; background-attachment:fixed; background-position: bottom left;}
© killerdress.net 2009-2010. all rights reserved.

please click on the ad(S) above ^
comment on what to add:
HTML Comment Box is loading comments...
