Hello all,
I was wondering if someone could give me a tip on how to fix this little issue. I've got my bbPress forum that I'm adding some final touches to (http://www.TourTheMagic.com/forum), but I can't seem to get the sidebar's "Hot Tags" little piece down further by adding the line breaks
Here's what I'm doing....
<?php bb_get_header(); ?>
<?php if ( $forums ) : ?>
<div id="nav_list" role="main">
<h2>Site Navigation</h2>
-
<?php if (!bb_is_user_logged_in()) { ?><li id="register_nav"><img src="http://www.waltdisneyboards.com/images/misc/pencil.png" border="0" alt="Join Us Today"/> Register<?php } ?>
<li id="home_nav"><img src="http://www.waltdisneyboards.com/images/misc/house.png" border="0" alt="TTM Homepage"/> Home
<li id="forum_nav"><img src="http://www.waltdisneyboards.com/images/misc/user_comment.png" border="0" alt="TTM Forums"/> Forum
<li id="reviews_nav"><img src="http://www.waltdisneyboards.com/images/misc/award_star.png" border="0" alt="Disney Ratings"/> Reviews
<li id="gallery_nav"><img src="http://www.waltdisneyboards.com/images/misc/camera.png" border="0" alt="Disney Pictures"/> Gallery
<li id="contact_nav"><img src="http://www.waltdisneyboards.com/images/misc/email.png" border="0" alt="TTM Contact Form"/> Contact
<div id="hottags" role="main">
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
</div>
Where do I add the line break? Whenever I add it after the 'navigation' div and before the 'hottags' div, I get the main forum piece pushed down. You can see on the site that the link for "Contact" is up against the "Hot Tags" text.