Welcome to Geeklog, Anonymous Friday, December 27 2024 @ 10:41 pm EST
Geeklog Forums
Please help with "Geeklog Borders".
neven57
Anonymous
Could some please please tell me where to get rid of the 10 px border around the entire Geeklog site? The space shows up in both of my Geeklog installations.
I have looked everywhere. Header.thtml, Footer.thtml, ... No really, I have changed just about every pages Margins to "0" and I can find it. I have scoured style.css to find if their is a style that is causing the borders on the entire site. I can't find it anywhere.
One of my installations: http://gdl3d.com/manage/
Thanks very much.
-D.
I have looked everywhere. Header.thtml, Footer.thtml, ... No really, I have changed just about every pages Margins to "0" and I can find it. I have scoured style.css to find if their is a style that is causing the borders on the entire site. I can't find it anywhere.
One of my installations: http://gdl3d.com/manage/
Thanks very much.
-D.
7
8
Quote
neven57
Anonymous
I am beginning to think that this site needs a section for interface questions. Either that or their should be a sign that says, noobie coders go somewhere else. Me and my associates have posted questions here often about the files associated with the interface several times, only to have them skipped over by the community. I am not a coder, though I use your app and spread the word about it. I have paid $ to have feature created in this app that are now being given back to the public. Like the PHPbb Bridge for one.
I would really appreciate it if someone, anyone, could tell me where I can turn off this unnecessary border in Geeklog that surrounds the site.
Thanks!
-D
I would really appreciate it if someone, anyone, could tell me where I can turn off this unnecessary border in Geeklog that surrounds the site.
Thanks!
-D
10
5
Quote
Status: offline
mevans
Forum User
Full Member
Registered: 02/08/04
Posts: 393
Location:Texas
neven57,
Considering that your post is only a little over 2 hours old and has had only 15 views as I'm posting, I wouldn't be to upset yet that you haven't received an answer.
Now, I'm not expert on design or CSS, but a quick view of your site in Firefox and using the Web developers toolbar shows the following:
http://gdl3d.com/manage/fckeditor/editor/css/fck_editorarea.css
body (line 26)
{
font-family: Arial,Verdana,Sans-Serif;
font-size: 12px;
padding-top: 5px;
padding-right-value: 5px;
padding-bottom: 5px;
padding-left-value: 5px;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
margin-top: 0px;
margin-right-value: 0px;
margin-bottom: 0px;
margin-left-value: 0px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
margin-right-ltr-source: physical;
margin-right-rtl-source: physical;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: rgb(255, 255, 255);
}
You think those padding-top, etc. might be the culprit?
Please let me know if this helps..
Thanks!
Mark
Considering that your post is only a little over 2 hours old and has had only 15 views as I'm posting, I wouldn't be to upset yet that you haven't received an answer.
Now, I'm not expert on design or CSS, but a quick view of your site in Firefox and using the Web developers toolbar shows the following:
Text Formatted Code
http://gdl3d.com/manage/fckeditor/editor/css/fck_editorarea.css
body (line 26)
{
font-family: Arial,Verdana,Sans-Serif;
font-size: 12px;
padding-top: 5px;
padding-right-value: 5px;
padding-bottom: 5px;
padding-left-value: 5px;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
margin-top: 0px;
margin-right-value: 0px;
margin-bottom: 0px;
margin-left-value: 0px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
margin-right-ltr-source: physical;
margin-right-rtl-source: physical;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: rgb(255, 255, 255);
}
You think those padding-top, etc. might be the culprit?
Please let me know if this helps..
Thanks!
Mark
25
5
Quote
neven57
Anonymous
Excuse my frustration. One of my associates asked the same question months ago, then weeks ago and didn't recieve a response. I really do appreciate your response.
I am not sure if I made myself clear. The CSS that you are looking at is for my installed FCKeditor. I am curious about the border around the entire Geeklog site. the Top, Bottom, Left, & Right.
I have links to images that illustrate the problem in Firefox on XP, Firefox on Mac, and Safari on Mac.
I would like to have Geeklog snug against the browser with no 10 or 15 px border. My margins are set to 0 on all sides in the header.thtml and in the blockfooter.thtml and blockheader.thtml. And also, the footer.thtml.
I would have thought this would be in style.css in my Layout but I cannot find this style anywhere that is causing the problem.
Examples:
The blue arrows illustrate where the border is. It is at the bottom as well, but I coudln't fit that in the screen shot.
XP FF: here
MAC FF: here
MAC Safari: here
Thanks again for your help.
D.
I am not sure if I made myself clear. The CSS that you are looking at is for my installed FCKeditor. I am curious about the border around the entire Geeklog site. the Top, Bottom, Left, & Right.
I have links to images that illustrate the problem in Firefox on XP, Firefox on Mac, and Safari on Mac.
I would like to have Geeklog snug against the browser with no 10 or 15 px border. My margins are set to 0 on all sides in the header.thtml and in the blockfooter.thtml and blockheader.thtml. And also, the footer.thtml.
I would have thought this would be in style.css in my Layout but I cannot find this style anywhere that is causing the problem.
Examples:
The blue arrows illustrate where the border is. It is at the bottom as well, but I coudln't fit that in the screen shot.
XP FF: here
MAC FF: here
MAC Safari: here
Thanks again for your help.
D.
8
8
Quote
Status: offline
mevans
Forum User
Full Member
Registered: 02/08/04
Posts: 393
Location:Texas
neven57,
Do a view source on your page, you will see that there are several CSS files loaded, the FCKeditor being one of them. If you will change the padding items I pointed out in that style sheet, it will solve your problem.
Thanks!
Mark
Do a view source on your page, you will see that there are several CSS files loaded, the FCKeditor being one of them. If you will change the padding items I pointed out in that style sheet, it will solve your problem.
Thanks!
Mark
12
9
Quote
neven57
Anonymous
Mark,
I should never have doubted you in the first place. This is why I am not a coder. Thanks so much. That fixed it for sure! I guess FCKeditor adds styles outside the app.
Again, thanks very much. This looks much better.
Now on to centering Geeklog in the browser constrained width to 900px. This should be good.
Again, sorry about my attitude in the beginning.
–Daniel
I should never have doubted you in the first place. This is why I am not a coder. Thanks so much. That fixed it for sure! I guess FCKeditor adds styles outside the app.
Again, thanks very much. This looks much better.
Now on to centering Geeklog in the browser constrained width to 900px. This should be good.
Again, sorry about my attitude in the beginning.
–Daniel
12
5
Quote
All times are EST. The time is now 10:41 pm.
- 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