codefossa Posted January 22, 2011 Share Posted January 22, 2011 In your layout, where announcements show in the header with the grey box, you have a break as well as in the footer. I would suggest simply adding a br tag to the header and footer to solve this. I'm not sure if it's in all OS's, but I know it happens in Linux Ubuntu using Firefox, which happens to be what I use. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/ Share on other sites More sharing options...
codefossa Posted January 22, 2011 Author Share Posted January 22, 2011 Here's a screenshot of what I'm talking about: http://c.imagehost.org/0080/PHP_Help_PHP_Freaks_Forums_Index_PHP_Freaks_1295694290260.png Also, this is fixed in: ./Themes/default/index.template.php Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1163511 Share on other sites More sharing options...
trq Posted January 22, 2011 Share Posted January 22, 2011 I don't see that using FF 3.6 in Gentoo, and Ive never seen it in any other browser. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1163541 Share on other sites More sharing options...
Pikachu2000 Posted January 22, 2011 Share Posted January 22, 2011 Doesn't exist using FF 3.6 or Safari 5 in OS X 10.5.8 PPC, either. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1163725 Share on other sites More sharing options...
PaulRyan Posted January 23, 2011 Share Posted January 23, 2011 I too get the same layout as OP, screenshot below. I am using Firefox 3.6, I might add. Link: http://img842.imageshack.us/img842/4596/phphelplayoutsuggestion.png Regards, Paul. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1163776 Share on other sites More sharing options...
codefossa Posted January 23, 2011 Author Share Posted January 23, 2011 I'm not sure if it's just a problem that occurs on Linux or what, but in my sites I've always just added a br and it's fixed no problem. It doesn't affect anything and will not change the length of the site. It will just fill in the gap. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1163821 Share on other sites More sharing options...
Zane Posted January 23, 2011 Share Posted January 23, 2011 The layout preview you supplied looks as if you're using Adblock...or something similar Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164143 Share on other sites More sharing options...
Philip Posted January 23, 2011 Share Posted January 23, 2011 I can see it when I'm not using adblock: http://misterphilip.litmus.com/pub/c0e2ec7 Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164164 Share on other sites More sharing options...
codefossa Posted January 24, 2011 Author Share Posted January 24, 2011 The layout preview you supplied looks as if you're using Adblock...or something similar That don't make a difference with it. Whether I enable or disable Adblock, it has a break. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164309 Share on other sites More sharing options...
Maq Posted January 24, 2011 Share Posted January 24, 2011 I too get the same layout as OP, screenshot below. I am using Firefox 3.6, I might add. What OS? Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164464 Share on other sites More sharing options...
codefossa Posted January 24, 2011 Author Share Posted January 24, 2011 I too get the same layout as OP, screenshot below. I am using Firefox 3.6, I might add. What OS? It's a 2 second fix for any and all OS's it's "broken" on. Just add a br tag at the top and bottom of the index.template.php inside /Themes/default/ and the problem will be gone. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164664 Share on other sites More sharing options...
trq Posted January 24, 2011 Share Posted January 24, 2011 I'll put this fix in this afternoon. Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1164720 Share on other sites More sharing options...
Adam Posted January 26, 2011 Share Posted January 26, 2011 There's a 10px top margin on the DIV surrounding the ads which is causing the problem: <div style="width: 728px; margin: 10px auto 0pt;"> Quote Link to comment https://forums.phpfreaks.com/topic/225298-layout-suggestion/#findComment-1165393 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.