xoxluvmexox
May 23 2007, 10:01 AM
i want to customize my createblog profile, but i have no idea where to start. is it anything like customizing myspace?
freeflow
May 23 2007, 10:07 AM
My account > customize.
The fonts, etc can be done with basic font attributes such as this:
CODE
body,table, td, li, p, div, textarea
{font:normal 10px arial; color: ######; text-decoration:; font-weight: none;}
The titles:
CODE
h1{properties you want go here}
h2{properties you want go here}
h3{properties you want go here}
For a background:
CODE
body{
background-color: #####;
background-image: url("IMAGEURLHERE");
background-repeat: repeat;
}
For the table with the header in it:
CODE
.outerbox{ border: 2px solid #000000; background-color: #FFFFFF;}
(You can change the properties I just kept what I had.
For the overall table part:
CODE
.innerbox{ border: 2px solid #000000; background-color: #FFFFFF;}
For the links on top and on the side:
CODE
li, li.top{ background-color: ####### !important; font: ###### !important;}
For the header, if you want to hide it:
CODE
#header{display:none;}
Links, you can use the basic css for a normal link. Any other boxes you want to edit you can view the source of it and see the title for it. Also all the codes I gave you have to go in style tags.
Alvin
May 23 2007, 12:55 PM
^I'm sure this will help out a lot of people. Thanks for posting this, it should be pinned.
freeflow
May 23 2007, 12:57 PM
Some of the staff were actually going to write a guide, so that one will be more informative, rather than my few short sentences. As soon as its down I'll make sure its pinned instead of this one.
melodicminor
May 23 2007, 02:33 PM
yay! guide! ::gets to customizing:: cuz i didn't know where to start either. thanx! :]
Lanochka
May 23 2007, 03:07 PM
Thanks =] This helps a lot.
Jeng
May 23 2007, 04:45 PM
Yay :[ uhm yah I'm confused as well, -.-
...do you code it like a css template like on a website?
freeflow
May 23 2007, 05:20 PM
Not really. Take the codes from above, the ones you want to use. Put them in style tags. Place it in the header section. (My account > customize)
Hedonism
May 23 2007, 09:53 PM
ugh, this is so confusing. I wish there was a tutorial.:(
mzkandi
May 23 2007, 10:11 PM
^Well, what specific problem(s) are you having at the moment?
freeflow
May 23 2007, 10:16 PM
As already mentioned a tutorial is on its way. Be patient . :]
MyMichelle
May 23 2007, 10:26 PM
I LOVE YOU; THIS SHOULD BE ADDED SOMEWHERE SO ALL CAN SEE :D
freeflow
May 23 2007, 11:20 PM
digitalfragrance
May 23 2007, 11:26 PM
AngelicEyz00
May 24 2007, 03:01 AM
QUOTE(freeflow @ May 23 2007, 09:20 PM)

link is still wrong

hondas suck
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.