Quote:
Originally Posted by loonytune15
Well it looks black on my screen and looks a heck of a lot better than white.
I think its the fieldset paramater as i tried putting a fieldset around some stuff in the postbit and it has done the same thing. Can I assign a color for the border and can also assign a color for the writing? eg loonytune's sig:
Not sure if this has anything to do with it, but I hvae vbplaza installed and have changed my usertitle to black, would that change something to make the border's look black?
|
You can change the color of the text by changing it in the style:
Go to AdminCP => Styles & Templates, Style Manager => All Style options 'GO' => (part way down in CSS area) <legend> => Font Color => Save CSS
The color of the fieldset border is defined by the style (usually same color as the text). You could try adding CSS for it in the "Additional CSS Definitions" (.fieldset) area. You'll need to try different attributes to it to see if you can make it work (I'll leave you to figure it out...).
It's most likely something is effecting it for you (browser or something else...). I see your signature on your site with a white border... ;)
Here is an example of what you can add.... (again, you'll need to play with it so see what works for you)
HTML Code:
.fieldset { margin-bottom: 6px;
border: 1px solid #DA0000;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
I've update this post about 10 times adding more info. :p LOL
|