• Resolved Jimmy

    (@jayem82)


    If you look at my homepage https://www.jayem.se you will see that between the storytitle and the storycontent classes it ads a <br/> tag, which gives every post a space between the title and the content.

    Why does this happen? And where does the <br/> tag come from?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you are using a changed classic theme – I am assuming you made the changes?

    In your theme’s index.php looks for this:

    <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>

    is there a <br> immediately after it? If so, thats the culprit.

    Thats not something a theme author would add since its invalid XHTML ??

    Thread Starter Jimmy

    (@jayem82)

    Thx!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘<br/> Between post title and post content’ is closed to new replies.