well heres the code i used to add bg color to my pictures
CODE
<body style="background-color:lightsteelblue">
and its worked so far until now inplace of the code after i save i s just dots.
I was wondering does it not work if you have over 100 photos in one album ?
twodreamlovers
Mar 13 2008, 10:49 PM
CODE
<style>body{background-color:COLORHERE;}</style>
i don't think "lightsteelblue" works. try something simpler like blue, white, black, etc. if there's a specific color you want, find the color hex number for it like FFBFFF or 80BFFF.
Masta_Shih
Mar 13 2008, 10:57 PM
Instead of words, a hexadecimal value is more precise. Try #7c98d3 or #a2b5cd. A bad value for "background-color" may be the reason Myspace is defaulting the entire code to two dots.
wwwww
Mar 13 2008, 11:04 PM
QUOTE(Masta_Shih @ Mar 13 2008, 10:57 PM)
Instead of words, a hexadecimal value is more precise. Try #7c98d3 or #a2b5cd. A bad value for "background-color" may be the reason Myspace is defaulting the entire code to two dots.
You cant have # in your css on myspace. So you have to use 9ab7ed instead of #9ab7ed
twodreamlovers
Mar 13 2008, 11:44 PM
that's...kind of what i said..."color hex number"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.