Strange line break between Link Category Label and Links
-
On my site (which is just about ready to go now), I’ve got a sidebar with a link list. The list appears as it should, and the label for the list also appears correctly, but I can’t figure out how to get rid of the extra blank line between the Link Category Label (“Great Food Sites:” in my case) and the first link in the list. I’ve gone into the Link Categories Menu option and have removed the br tag from the “Between Link and Description” box, but I’m stumped.
The relevant code that generates the list in question follows. Oh, and if you want to see the thing in situ, it lives here: https://nycnosh.com
\\
Most Recent Posts:
<?php get_archives(‘postbypost’,’05’, ‘html’); ?>
<?php wp_list_pages(); ?>
<?php get_links_list(); ?>
<li size=1 id=”categories”><?php _e(‘Categories:’); ?>
\\
- The topic ‘Strange line break between Link Category Label and Links’ is closed to new replies.