changing color of text in "interests" section, is it possible??? |
![]() ![]() |
changing color of text in "interests" section, is it possible??? |
Dec 10 2005, 04:00 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 |
is this possible to do? I'm trying to change the color of only CERTAIN words in my "interests" sections. it shows the colors in the "preview" mode, but once I submit it, the words are all still in black. even though the code is still intact. my myspace is http://www.myspace.com/glowpop
is there any way I can get the colors (for select words) to show up? |
|
|
|
Dec 10 2005, 05:16 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
for the words you want a diff color just use
CODE <font color="red">Add your text here...</font> or instead of read do your hex code #'s. |
|
|
|
Dec 10 2005, 05:31 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 |
thats what I used...and although it shows the color change in preview mode, it doesnt show it on the actual myspace. is there something in my "about me" code that is overriding it? could you (or someone) please check for me?
|
|
|
|
Dec 10 2005, 05:40 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
i think it's been filtered out, or replaced..
try <span style="font-color: x; font-family: x;"> text will turn colors chosen yayy</span> or if you assign it a class, then you could put this in your about me: .intereststext { font-color: x; font-family: x; } then any section where you are writing text, put <span class="intereststext"> text will show up with the pre-assigned property, no typing the span style class again, and again, yay! </span> |
|
|
|
Dec 10 2005, 06:05 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 |
the second method you gave worked! thanks! but is there a way to do it so that I can use more than just one different color? can I use several colors?
|
|
|
|
Dec 10 2005, 06:08 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 |
nvm, I think I figured it out. THANKS AGAIN JULIE! you've helped me out once again. :)
|
|
|
|
Dec 10 2005, 06:10 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Oct 2005 Member No: 260,067 |
whoa thanks julie!!!
|
|
|
|
Dec 10 2005, 06:12 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 |
I know, she's a genius isnt she? ;)
|
|
|
|
Dec 10 2005, 06:14 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
aww. thanks, you guys. since this is resolved, I'll close this now :D.
|
|
|
|
![]() ![]() |