PDA

View Full Version : Editor Border - Change?


Anthony_RuBeZ
07-06-2009, 08:26 AM
On the WYSIWYG Editor, it has a border that I just can't seem to find. I want to change its color but I cant find it anywhere :(

Example:

https://vborg.vbsupport.ru/external/2009/07/46.png

-----

Another Question: My Forum uses Postbit_Legacy, and whenever a Code or Html or PHP BB Code is made, or anything that makes a box, it stretched the post out. How can I change that?


-----

Final Question. I want to make the corners of my tables rounded. Does anyone know the proper CSS coding for that?


Thanks to anyone in advance who can help me out ^^

napy8gen
07-06-2009, 01:42 PM
I replied the first question only because the other two involve more complex solution.

its in main css
style manager> style name> main css>Panel (Forms)> Extra CSS Attributes
padding: 10px;
border: 2px outset;

you can change the border behavior and color
for example : border: 1px solid #FFF; this will give white solid border

Anthony_RuBeZ
07-07-2009, 02:03 AM
I tried that, but it still doesn't work :(