smokinj
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: background image not working, 2nd eye please<ul><img src="https://www.emlynch.com/wordpress/wp-content/uploads/2009/10/brand.gif/"/></ul>
so i changed the code to the correct code but for some reason the pic is still not showing up
check out emlynch.com, there should be an image that pops up under the search bar on the right side of the page
Forum: Fixing WordPress
In reply to: background image not working, 2nd eye pleaseI forgot to put the code in backsticks, here is the whole code:
<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> <ul><p align="center"><span class="sb-box"><a href="https://www.bbb.org/central-northern-western-arizona/business-reviews/marketing-consultants/em-lynch-marketing-assoc-in-scottsdale-az-1000003757/" target="_blank">Click Here to View Report</a> </span></p></ul> <ul><p align="center"><span class="sb-box"><a img src="https://www.emlynch.com/wordpress/wp-content/uploads/2009/10/brand.gif"; no-repeat;></a></span></p></ul> <ul></ul> </div> <?php endif; ?>
Forum: Fixing WordPress
In reply to: background image not working, 2nd eye please<ul><p align="center"><span class="sb-box"><a img src="https://www.emlynch.com/wordpress/wp-content/uploads/2009/10/brand.gif"; no-repeat;></a></span></p></ul>
Viewing 3 replies - 1 through 3 (of 3 total)