Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter grom34

    (@grom34)

    a week later… I’m still hoping for some help! 😉
    Anyone ? no ?

    How did you do this ?
    Think you need to check the .css files.
    There is a modification for phpBB3, called rounded-borders.
    The stylesheet of that modification holds the answer somewhere, when done incorrectly, such a gap came up.
    It had to do with modifying overall-header.html with <div class=”outside”> etcetera, and then the <div class=”notopgap”> came.

    Maybe the guys on can explain how they did it.
    I’m very curious too.

    Thread Starter grom34

    (@grom34)

    Thanks 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 !

    Thread Starter grom34

    (@grom34)

    Well, 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

    Thread Starter grom34

    (@grom34)

    I don’t know how to add the link, please go to :

    http://i1221.photobucket.com/albums/dd480/grom34/wooz.jpg

    Try adding an extra closing </div> in overall-footer.html

    How did you get the headers of wordpress above the forum?
    Do you have a link or so for me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Visual integration WordPress / phpBB3 – issue with IE9’ is closed to new replies.