Help - Search - Members - Calendar
Full Version: html;
Forums > Resource Center > Support Center > Createblog Support > Createblog Resolved Topics
younqxquizit
can you put html on createbloq when your editinqq' your profile likee the about me section & stuff? _unsure.gif

causee i was tryna chanqe the font color. but it wouldnt work
Maccabee
QUOTE(younqxquizit @ Dec 2 2008, 02:48 PM) *
can you put html on createbloq when your editinqq' your profile likee the about me section & stuff? _unsure.gif

causee i was tryna chanqe the font color. but it wouldnt work


You can only use css.

SO if you want to make all text red you could this.

CODE
<style type="text/css">

body{
color:red;
}

</style>


And then replace red with any other color or use a hex color.

Ex: 000000

And if you use a hex color make sure you put a # before it.

Ex:

CODE
<style type="text/css">

body{
color:#FFFFFF;
}

</style>

younqxquizit
ok i see
but likee i only wanna chanqe one word.
do i still have to use that whole thinq?
manny-the-dino
Moved to cB Support


I think for it to only be one word, you'd use this code:
CODE
<font color="red">text</font color>


I'm not completely sure so don't hate me if I get it wrong. pinch.gif
hi-C
This has nothing to do with the conversation at hand, but why do you replace your g's with q's?
younqxquizit
QUOTE(hi-C @ Dec 2 2008, 05:29 PM) *
This has nothing to do with the conversation at hand, but why do you replace your g's with q's?


lol i knoo.
someone else just told me about that.
but i wont write like that no more then (:

QUOTE(manny-the-dino @ Dec 2 2008, 05:26 PM) *
Moved to cB Support
I think for it to only be one word, you'd use this code:
CODE
<font color="red">text</font color>


I'm not completely sure so don't hate me if I get it wrong. pinch.gif



nahh that doesnt work either.
like i put.

CODE
<font color=red>something</font>

&& the code disapears'

then i put
CODE
[color=black]something[/color]

^^ just to try & all it did was stay on my pagee & didnt change the color.
manny-the-dino
Oh okay. Well I say wait for Joseph to reply. He'll help you out. thumbsup.gif
Mikeplyts
Uhhh... how about this?

CODE
<font style="font-color:#FF0000;">text</font>
younqxquizit
QUOTE(Mikeplyts @ Dec 2 2008, 06:03 PM) *
Uhhh... how about this?

CODE
<font style="font-color:#FF0000;">text</font>


nahh ): it just disapears
Mikeplyts
What if you made a span class?

CODE
.textcolor {
display:block;
font-size:9px;
font-color:#FF0000;
font-family:tahoma;
}


and then,
CODE
<span class="textcolor">text</span>
younqxquizit
nahh that didnt work either lol
the top one just stay on my profile & the second one left

maybe i didnt say it right.

but im tryna edit the

Edit Profile (personal info)

About Me

Interests


Music

Movies


TV


Books

Quotes

Favorite quotes

that stuff lol
manny-the-dino
Wait this is for Myspace?
Mikeplyts
^No this is for CreateBlog. He's not talking about the Customize Profile, he said he's talking about the Edit Profile.

Maybe this?

CODE
<style>
div, table, td, th, tr, font, small, big, p {
font-size:9px;
font-weight:normal;
font-family:tahoma;
text-decoration:none;
color:#FF0000;
}
</style>

^But put that in your Header HTML. Then go back to the Edit Profile and type your text. See if that works. _smile.gif
manny-the-dino
Ohh okay. Never mind. I read TV, Movies, & Music & automatically thought of Myspace.

Carry on.
younqxquizit
QUOTE(Mikeplyts @ Dec 2 2008, 08:02 PM) *
^No this is for CreateBlog. He's not talking about the Customize Profile, he said he's talking about the Edit Profile.

Maybe this?

CODE
<style>
div, table, td, th, tr, font, small, big, p {
font-size:9px;
font-weight:normal;
font-family:tahoma;
text-decoration:none;
color:#FF0000;
}
</style>

^But put that in your Header HTML. Then go back to the Edit Profile and type your text. See if that works. _smile.gif



nahh that didnt work either. like every time i enter
QUOTE
<font color=red>
or somethinqq like that it just disapears'. i guess you cant change it but thanks for your help _smile.gif
Maccabee
Im not sure but i think

CODE
<span style="color:red;">HELLO!</span>


should work.

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