Sidebar shifted need HTML help
-
Hi there people, I tried to change my sidebar and ended up screwing it up. I am sure it is a minor fix in the code, but I have no idea what I took out. Can SOMEONE (nice girls, nice guys,anyone) please help? https://www.whitesandbaby.com/blog.
<!– begin sidebar –>
<div id=”menu”>-
<?php wp_list_pages(); ?>
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
<div>
-
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<div>
-
<li id=”search”>
<label for=”s”><?php _e(‘Search:’); ?></label>
<form id=”searchform” method=”get” action=”<?php echo bloginfo(‘home’); ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” value=”<?php _e(‘Search’); ?>” /></div align=right>
<!– end sidebar –>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sidebar shifted need HTML help’ is closed to new replies.