I must be missing something I'd like to put a bit of cellpadding or buffer space between the editor and it's container.
To see what I mean the Source checkbox and Style drop down are right only like 1 pixel from the edge of the editor. Where is the configuration for this?
To see what I mean the Source checkbox and Style drop down are right only like 1 pixel from the edge of the editor. Where is the configuration for this?
RE: Border on the Editor
RE: Border on the Editor
RE: Border on the Editor
Opps using that table put uneeded spaces into the toolbar this is what I ended up doing...I was trying to do this through the stylesheet but I guess good old html works too
in the fckeditor.html file:
<TABLE height="100%" cellspacing="0" cellpadding="3" width="100%" class="Toolbar">
makes it the same color as the Toolbar class and puts a nice little padding around the editor.