I have been wondering..., how to...? |
I have been wondering..., how to...? |
Mar 1 2007, 02:40 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 158 Joined: Feb 2007 Member No: 505,941 |
On people's myspace layouts, like in the dates, music, general, movies, heros, etc. they have like a color behind it, i was wondering what the code is for this?
-Thanks Dustin |
|
|
|
![]() |
Mar 1 2007, 04:50 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
Try this:
<style type="text/css"> .blacktext10 { color: ######; font-family: font name here; font-size: #pt; background-color: ######; } .lightbluetext8 { color: ######; font-family: font name here; font-size: #pt; background-color: ######; } </style> |
|
|
|
Mar 1 2007, 06:53 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 158 Joined: Feb 2007 Member No: 505,941 |
how does that work?
|
|
|
|
| *WHIMSICAL 0NE* |
Mar 1 2007, 07:09 PM
Post
#4
|
|
Guest |
You have to replace ###### with the color code of your choice. You can find color codes here. They give you color codes with # in front of them (ex. #000000) but don't copy that part (ex. 000000)
That will put a background just behind your words, not the fill width of the whole background. If you want the whole width covered you need to use this: <style type="text/css"> .blacktext10 { color: ######; font-family: font name here; font-size: #pt; background-color: ######; display:block; } .lightbluetext8 { color: ######; font-family: font name here; font-size: #pt; background-color: ######; display:block } </style> If that makes sense? |
|
|
|
Mar 2 2007, 09:31 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 158 Joined: Feb 2007 Member No: 505,941 |
thats what i thought. lolz, tyvm
|
|
|
|
Mar 2 2007, 03:47 PM
Post
#6
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
no problem.
topic closed. |
|
|
|
![]() ![]() |