bolding certain words |
![]() ![]() |
bolding certain words |
Oct 29 2004, 03:33 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
I clicked revert to default on accident and deleted all my codes... Whats the code that lets you change the color and bold the words in your left side modual such as "Name:" and "Birthday:" and all those?
|
|
|
|
Oct 29 2004, 03:36 PM
Post
#2
|
|
|
you're a liar ![]() ![]() Group: Member Posts: 18 Joined: Oct 2004 Member No: 57,453 |
<!-- begin code provided by createblog.com -->
<style type="text/css"> #profName{color:#000000} #profCountry{color:#000000} #profBirthday{color:#000000} #profGender{color:#000000} #profInterests{color:#000000} #profExpertise{color:#000000} #profOccupation{color:#000000} #profIndustry{color:#000000} #profEmail{color:#000000} #profMember{color:#000000} </style> <!-- end code provided by createblog.com --> |
|
|
|
Oct 29 2004, 03:48 PM
Post
#3
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
oooooooooooo! i've been looking for that code! thanks!
|
|
|
|
Oct 29 2004, 03:55 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
There's a code similar... but it's like two lines long. do you know a way to shorten that code perhaps? I've been playing around with it, but cant get it to work.
|
|
|
|
Oct 29 2004, 03:58 PM
Post
#5
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
i think its to only the bold color, not what the person wants.
|
|
|
|
Oct 29 2004, 04:10 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
Well... I'd also like to be able to change the font... so I need a code to change the texts in the left side modual (Name:, Birthday: etc.) so they are bold, a different color, and what ever font.
|
|
|
|
Oct 29 2004, 04:15 PM
Post
#7
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
add
CODE <!-- begin code provided by createblog.com --> font-family:FONTHERE; <!-- end code provided by createblog.com --> to CODE <!-- begin code provided by createblog.com --> <style type="text/css"> #profName{color:#000000} #profCountry{color:#000000} #profBirthday{color:#000000} #profGender{color:#000000} #profInterests{color:#000000} #profExpertise{color:#000000} #profOccupation{color:#000000} #profIndustry{color:#000000} #profEmail{color:#000000} #profMember{color:#000000} </style> <!-- end code provided by createblog.com --> you have to put the font code in front of the color code. for example: CODE <!-- begin code provided by createblog.com -->
{font-family:trebuchet ms; color:#000000} <!-- end code provided by createblog.com --> |
|
|
|
Oct 29 2004, 04:19 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
When you put "<!-- begin code provided by createblog.com -->
{font-family:trebuchet ms; color:#000000} <!-- end code provided by createblog.com -->" in the custom header... {font-family:trebuchet ms; color:#000000} shows up above my xanga |
|
|
|
Oct 29 2004, 04:20 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
I had a code that was really short, and worked how I wanted... I just have no clue where I got it.
|
|
|
|
Oct 29 2004, 04:21 PM
Post
#10
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
oh, sorry about that, it worked for me......well i haven't done that code in a long time so i did it wrong. SORRY!
|
|
|
|
Oct 29 2004, 07:35 PM
Post
#11
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
You have to add it under the CSS tag.
Otherwise it isn't considered code. |
|
|
|
![]() ![]() |