Welcome to Geeklog, Anonymous Sunday, November 24 2024 @ 03:32 am EST
Geeklog Forums
margin when fckeditor true
duvide
Anonymous
Why is there a 1-2 pix margin when advanced_editor is set to "true"? It appears on my test site and also on the geeklog 1.4 rc1 demo site.
It also shows with different browers I checked.
Frank
It also shows with different browers I checked.
Frank
18
18
Quote
duvide
Anonymous
on both sides, over the header and below the footer.
in the professional theme there is the outer table set to 99%. When I have fckeditor set to true then this margin looks like 97%. And there is some extra space on top and bottom like as if the height of the table would be set to 98%.
do you know what I mean?
f
in the professional theme there is the outer table set to 99%. When I have fckeditor set to true then this margin looks like 97%. And there is some extra space on top and bottom like as if the height of the table would be set to 98%.
do you know what I mean?
f
15
14
Quote
duvide
Anonymous
that's what I thought, too
17
15
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
The extra padding is a result of loading the FCKEditor CSS. You can edit the .body declaration and remove the padding property.
the css file is fckeditor/editor/css/fck_editorarea.css
body
{
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
padding: 5px 5px 5px 5px;
margin: 0px;
border-style: none;
background-color: #ffffff;
}
But in doing so there is no padding inside the editor area. I will see if there is a better resolution.
Geeklog components by PortalParts -- www.portalparts.com
the css file is fckeditor/editor/css/fck_editorarea.css
Text Formatted Code
body
{
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
padding: 5px 5px 5px 5px;
margin: 0px;
border-style: none;
background-color: #ffffff;
}
Geeklog components by PortalParts -- www.portalparts.com
13
13
Quote
All times are EST. The time is now 03:32 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content