background image not working, 2nd eye please
-
here is the code for the sidebar in one of the themes. I am trying to insert an image in the cell but no matter what i do it wont show up. What do you see is wrong here? i tried background-image: and background: already, then i thought i would try img src. please help
here is the whole code if that helps
<form method=”get” action=”<?php bloginfo(‘url’); ?>/” class=”searchbar”>
<p>
<input type=”text” class=”txt” value=”<?php the_search_query(); ?>” name=”s”/>
<input type=”submit” name=”submit” value=”Search” class=”btn”/>
</p>
</form>
<div class=”clr”></div><?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
<div class=”sb-box”>
<h2></h2>- <p align=”center”><span class=”sb-box”>Click Here to View Report </span></p>
</div>
<?php endif; ?>
- The topic ‘background image not working, 2nd eye please’ is closed to new replies.