Help - Search - Members - Calendar
Full Version: createblog
Forums > Resource Center > Webmasters' Corner > Resolved Topics
xoxluvmexox
i want to customize my createblog profile, but i have no idea where to start. is it anything like customizing myspace?
freeflow
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
^I'm sure this will help out a lot of people. Thanks for posting this, it should be pinned.
freeflow
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. _smile.gif
melodicminor
yay! guide! ::gets to customizing:: cuz i didn't know where to start either. thanx! :]
Lanochka
Thanks =] This helps a lot.
Jeng
Yay :[ uhm yah I'm confused as well, -.-
...do you code it like a css template like on a website?
freeflow
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
ugh, this is so confusing. I wish there was a tutorial.:(
mzkandi
^Well, what specific problem(s) are you having at the moment?
freeflow
As already mentioned a tutorial is on its way. Be patient . :]
MyMichelle
I LOVE YOU; THIS SHOULD BE ADDED SOMEWHERE SO ALL CAN SEE :D
freeflow
^ I'm glad it worked out. _smile.gif

And the guide is done!
http://www.createblog.com/forums/index.php?showtopic=177073
digitalfragrance
^ http://www.createblog.com/forums/index.php?showtopic=177073

... the 3 was left off of the link...
AngelicEyz00
QUOTE(freeflow @ May 23 2007, 09:20 PM) *
^ I'm glad it worked out. _smile.gif

And the guide is done!
http://www.createblog.com/forums/index.php?showtopic=177073

link is still wrong laugh.gif 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.