Quote:
Originally Posted by kh99
If you want each post author's color selection to be used in the postbit, then you can't put it in the CSS. But you could use it directly in the postbit template.
ETA: or if you must put that info in the CSS and you have a relatively small number of choices, you could make a class for each one then have the dropdown values be the class names, and then use the class name in the postbit template.
|
Hey there,
I tried doing what you said, but it's given me an error for some reason.
Here's my CMS;
.ghosthax-blue {
color: #FFFFFF;
font-weight: bold;
text-shadow: 0px 0px 2px #FFFFFF, 1px 0px 1px #000099, 0px -1px 1px #000099, 0px 1px 1px #000099, -1px 0px 1px #000099, 1px 0px 1px #000099;
}
This is what was entered in the Postbit;
{vb:raw post.field21}Status:</span> {vb:raw post.onlinestatus}</div>
This is the Profile Field;
and here is the outcome;
Any ideas?
It will look stunning if I can get it working. Any help is appreciated.