• Could someone please be an angel and tell me wtf is going on in my about static page????? Viewed in FF this bloody thing is gone a bit mental and added a space and padding and all sorts of rubbish.

    https://www.brokenkode.com/about

    I’m sure it’s something in the css I’m missing or something. Any clues?

    Using IE seems fine, but all my static pages seem to have this problem., if not the bar, then at least extra padding, I’m not sure if it’s something inherited or what.

    Any help would be really appreciated.

Viewing 10 replies - 1 through 10 (of 10 total)
  • It looks pixel-perfect in FF here.

    Thread Starter khaled

    (@khaled)

    Really? Right above the About title isn’t a big MASSIVE red gab showing up? It’s showing up on my firefox here. Not in IE. Hmm cash? You sure podzy?

    Ohhhhhhhhhhhhhh, the bar ?
    I thought that was part of the page !

    I shall look anew ??

    margin-top:0px;

    Add that to your h4 ?

    Thread Starter khaled

    (@khaled)

    Thought I was going insane there :). Yeah that would be cool, I’m sure it’s css thing but I can’t put my finger on it. The code governing the static page is this:

    <?php include "header.php"; ?>
    <div id="container">
    <!-- <div id="topcontent"></div>-->
    <div id="content">
    <div class="clearer">&nbsp;</div>
    <div class="post">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile; endif; ?>
    </div>
    <div id="bottomcontent">&nbsp;</div>
    </div>
    </div>

    <?php include('searchform.php'); ?>

    <?php include('footer.php'); ?>

    The second I edit the bloody file it borks up right there, When I comment out

    <div id="topcontent"></div>

    it’s craziest thing ever.

    The code will be fine – this is css ??

    Thread Starter khaled

    (@khaled)

    You’re a genius. I thought I’d done that, and failed, but you are correct. Thing is though even when I took the h4 out it gave me that problem. I guess I need to make sure margin-top:0px for future reference with statics.

    Thanks dude.

    Thread Starter khaled

    (@khaled)

    You’re a complete saint. We should really knight you boyo :).

    LOL !
    Glad I could help – the only problem you had there was not seeing the wood for the trees ??

    I have the same sorts of problems – just not wp related !

    Thread Starter khaled

    (@khaled)

    It’s soo true. You can spend hours on something and then something as simple as that just throws you off. It’s just good to be able to come onto the boards and get an answer. I think for the first 3 months of using wp I didn’t actually post anything on the boards, because all my questions had already been answered, even now I get ready to post something and then I think

    THERE MUST HAVE BEEN SOMEONE WHO’S WONDERED THIS BEFORE. and sure enough there generally has been.

    Again thanks :).

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Static Page Issues.’ is closed to new replies.