Quote:
Originally Posted by S@NL - BlackBik
I think you'll have to change the <legend> style in your stylesettings.
Nope, sorry, that's not it......
But it might be in the Additional CSS Definitions.
I see a "fieldset" setting there.
Didn't try it though.
|
I added
Code:
.fieldset { border: 0px; }
to the Additional CSS Definitions and that done the trick for the legend part
but the top border on the editor is still ther
i tryed taken
Code:
/* the container for the editor */
.vBulletin_editor
{
border: 0px none;
}
/* the container for all the edit controls */
#controlbar, .controlbar
{
padding: 2px;
}
/* the WYSIWYG edit area itself */
#htmlbox
{
border: 1px inset;
font: 10pt verdana;
overflow: auto;
}
from the vbulletin_editor.css and putting it in Additional CSS Definitions but it doesnt change a thing
anyone got any ideas how to get rid of the thick whiteish border around the posting part without it effecting every style installed?
this only problem i need to sort and the styles finnished.. so ya can imagine my frustration with this lol