MyBB Community Forums

Full Version: why is this happening to attachements?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Look what happens to attachements.

[Image: 2cz2dg0.jpg] how can i fix this?
You need to change the fieldset style in global.css
(2009-07-19, 07:04 AM)Bey Brad Wrote: [ -> ]You need to change the fieldset style in global.css

would you guide me on how to do this?
(2009-07-19, 07:07 AM)Hyde Wrote: [ -> ]
(2009-07-19, 07:04 AM)Bey Brad Wrote: [ -> ]You need to change the fieldset style in global.css

would you guide me on how to do this?

It's exactly what I said ... Themes and Templates, Themes, select your theme, global.css, scroll to the fieldset property, edit the background color ...
Augh.. I'm there but i don't get exactly what your point is by changing the background.
There's nothing wrong with the attachment. The background color of the fieldset is bright. That's all.
I still don't get it.. Hopefully someone with more patience can teach me what im doing wrong.
So can anyone still help me?
I already told you exactly what to do.

Login to your Admin CP.
Go the Themes and Templates.
Select Themes.
Select your theme.
Select "global.css".
Scroll down to the "fieldset" property.
Change the background color of the fieldset property.

If you seriously cannot figure it out after this, I am at a loss. Perhaps you should take more time to teach yourself before opening your forum.
You need to change the background colour so people can see the text easier.
To do this simply go to your AdminCP --> Templates and Styles --> Your Theme --> Global.css --> Use the dropdown to find fieldset --> If there is a background: #FFFFFF: (or whatever) change it to the colour you want.

However if the fieldset isn't in the dropdown menu then go into advanced mode and make a new css class:

.fieldset {
background: #yourcolourhere;
}
sorry was being dumb lol I was on the BODY section .