help with sidebar code please
-
My site is located at lovelatoya.com
and in my sidebar I tried to manually add the calender and custom titles I made. Here is a portion of my code (which is wrong because now my site won’t validate)…<h2 class="sidebartitle"><center><img src="images/cat.gif" alt="categories"/></center></h2> <ul class="list-cat"> <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
<h2 class="sidebartitle"></h2> <?php get_calendar(); ?> <h2 class="sidebartitle"><center><img src="images/archive.gif" alt="archive"/></center></h2> <ul class="list-archives">
<?php wp_get_archives('type=monthly'); ?>
Although it looks right in my browser, the code is not correct and I’m not sure how to fix it. When I tried to validate my code it was telling me that I cant use the “center” tags there and that I placed the “li” wrong….Any suggestions?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘help with sidebar code please’ is closed to new replies.