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 |
|
|
|
![]() |
| *WHIMSICAL 0NE* |
Mar 1 2007, 07:09 PM
Post
#2
|
|
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? |
|
|
|
Ether I have been wondering... Mar 1 2007, 02:40 PM
a beautiful nothing Try this:
<style type="text/css"... Mar 1 2007, 04:50 PM
Ether how does that work? Mar 1 2007, 06:53 PM
Ether thats what i thought. lolz, tyvm Mar 2 2007, 09:31 AM
a beautiful nothing no problem.
topic closed. Mar 2 2007, 03:47 PM![]() ![]() |