grom34
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Visual integration WordPress / phpBB3 – issue with IE9I don’t know how to add the link, please go to :
Forum: Themes and Templates
In reply to: Visual integration WordPress / phpBB3 – issue with IE9Well, know I have another issue with Internet Explorer 9 while working fine in FireFox 8.
[IMG]http://i1221.photobucket.com/albums/dd480/grom34/wooz.jpg[/IMG]
There is no space between the blog content and the frame of the browser.
I should have the background picture displayed in between.Any idea from CSS skilled members ? Because I’m really bad in that field! Thanks
Forum: Themes and Templates
In reply to: Visual integration WordPress / phpBB3 – issue with IE9Thanks you very much for participating in this thread and offering recommendations.
I actually just found what was wrong while trying to fix something else ! ha ha ha
Within overall_header.htm, I placed the following “wrapheader” tag to have the forum top head bar (where you usually have the PHPBB3 logo) enclosed inside my blog.
I then closed the “wrapheader” tag in the wrong file, thinking it should be done within overall_footer.htm.
Indeed it was necessary to closed the “div” in the same file (overall_header.htm).What was I thinking ? (well I don’t know anything about css, just messing around!!!).
WRONG:
<div id=”wrapheader”>
<div id=”page-header”>
<div class=”headerbar”>
……CORRECT:
<div id=”wrapheader”>
<div id=”page-header”>
<div class=”headerbar”>
……
</div>Might eventually help someone !
Forum: Themes and Templates
In reply to: Visual integration WordPress / phpBB3 – issue with IE9a week later… I’m still hoping for some help! 😉
Anyone ? no ?