Author Topic: space at bottom of page  (Read 9401 times)

0 Members and 4 Guests are viewing this topic.

Offline Justin761985

  • Pre-Newbie
  • Posts: 9
    • View Profile
space at bottom of page
« on: August 11, 2005, 03:21:36 PM »
Hello,

I'm currently working on a theme for someone and when I open Firefox, I find a bunch of space at the bottom of the page until I refresh, but in IE it works just fine.

I don't see anything in the source that could be causing this, does anyone have any ideas?

Thank you,
Justin.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: space at bottom of page
« Reply #1 on: August 11, 2005, 03:52:24 PM »
hi Justin761985,

for Firefox (not for MSIE) you need in templates/<your_template>/header.html all "margins" :
Code: [Select]
<body ... topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" ...>

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Justin761985

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: space at bottom of page
« Reply #2 on: August 12, 2005, 12:38:29 AM »
Hi,

I added it and for some reason it didn't change anything :(
any other ideas?

Thanks again,
Justin.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: space at bottom of page
« Reply #3 on: August 12, 2005, 01:10:08 AM »
when I open Firefox, I find a bunch of space at the bottom of the page until I refresh
doesnt sounds like its normal at all...your firefox screwed up?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Justin761985

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: space at bottom of page
« Reply #4 on: August 12, 2005, 07:56:57 AM »
Hello,

It shouldn't be, I just updated to the latest version not very long ago.  I have no clue why it does that.

http://www.thekingonline.net/st-photo/ - does anyone else see the same problem in Firefox?

Thanks again,
Justin.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: space at bottom of page
« Reply #5 on: August 12, 2005, 01:25:39 PM »
maybe u should show us a screenshot? cause I see no difference when I first visit your page and do refresh, I'm not quet sure what space are u talking about.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Justin761985

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: space at bottom of page
« Reply #6 on: August 13, 2005, 05:39:18 AM »
Hello,

Ok, here's a screenshot of it:
http://www.thekingonline.net/images/screenshot.png

Thanks again,
Justin.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: space at bottom of page
« Reply #7 on: August 13, 2005, 07:12:16 AM »
actualy I see no difference in IE and FF

maybe all u need to do is add height="100%" in the main table?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Justin761985

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: space at bottom of page
« Reply #8 on: August 14, 2005, 03:05:25 AM »
Hello,

I tried that and it's still the same problem... I will try to see if it has anything to do wiith my copy of Firefox.

Thanks again,
Justin.

TheOracle

  • Guest
Re: space at bottom of page
« Reply #9 on: August 14, 2005, 05:01:19 AM »
From your top images page, I found some unusual errors :

Quote

Warning: Unknown(4gmenu.php): failed to open stream: No such file or directory in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108

Warning: Unknown(4gmenu.php): failed to open stream: No such file or directory in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108

Warning: (null)(): Failed opening '4gmenu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108


You're probably using an unstable template which requires additional files to load properly. It seems you are missing some of them. ;)

In your details page, I found these errors :

Quote

Warning: Unknown(4gmenu.php): failed to open stream: No such file or directory in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108

Warning: Unknown(4gmenu.php): failed to open stream: No such file or directory in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108

Warning: (null)(): Failed opening '4gmenu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theking/public_html/st-photo/includes/template.php(101) : eval()'d code on line 108