Forums

integrating automaticaly generated header (1 post)

  1. barkingatthesun
    Member
    Posted 2 years ago #

    How does one integrate the automatic header generated by this plugin?

    Checkout my sidebar at the site I've been working on (firefox only):

    http://www.barking-at-the-sun.net/blog

    As you can see, something, for some reason, causes the header to jump out huge on the screen. I've done everything I can think of to try and change the size and nothing has worked.

    Obviously I have my own formating that I'd like the header to fit into. It's not as a header in a an ordered list, but in a div at the top. Here is how I tried to integrate it:

    <div class="style6"><div class="topnav style9" id="topnavleft">
    <div align="center"><?php _e('Recent Comments:'); ?></div>
    </div>
    <?php if (function_exists('get_recent_comments')) { ?>

    • <?php get_recent_comments(''); ?>
  2. <?php } ?>

    </div>

    I've placed the <?php _e('Recent Comments:'); ?> tag into the div which should change it to what I want, but even after that a second header pops up just below, which is juge, and completely destroys the page (when this happens IE tosses the sidebar down below my main column).

    Also, I apologize for the ugliness of any coding you may encounter on the site. I just started learning this stuff a few weeks ago and so any help would be greatly, greatly appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags