• I am using Nikynik’s abac theme, and have a problem with unclosed <small> tags.

    <div class="post" id="post-9">
    <h2><span class="comments"><a href="https://www.criminalanimal.org/blog/?p=9#respond" title="Comment on Messages of the Day">0</a></span>
    <div class="entry"><a href="https://www.criminalanimal.org/blog/?p=9" rel="bookmark" title="Permanent Link to Messages of the Day">Messages of the Day</a> </h2>
    <small>posted on October 3rd, 2007  by lanehall in <a href="https://www.criminalanimal.org/blog/?cat=1" title="View all posts in Uncategorized" rel="category">Uncategorized</a> <br />
     <p><img src='https://www.criminalanimal.org/blog/wp-content/uploads/2007/10/red_text3.gif' alt='red Text' /></p>
    </div>

    I can’t find where this code is being generated so I can fix it. Does anyone have any ideas? It causes serious style sheet problems in Firefox/Netscape. I rather like this theme, and would like to keep using it, but won’t be able to if I can’t make this fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • have a problem with unclosed <small> tags.

    I’m not very experienced in these matters, but have a look around Lines 72-74, in your “archive.php” of the abac theme.

    Could line 72 as well as 74 be suspect? Quite honestly, I’m only guessing.

    having the same issue, on the index page all the post kept getting progressively smaller. Saw your issue and i think i solved both our problems.

    open the index.php file and look around line 37 for

    <small>posted on <?php the_time('F jS, Y') ?> by <?php the_author() ?> in <?php the_category(', ') ?> <?php edit_post_link('edit','[ ',' ]'); ?></small><br />

    and add the close tag before the break, seemed to fix my issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unclosed <small> tag causing style sheet problems’ is closed to new replies.