Hi
I'm using WordPress 3.2.1 and the Twenty Eleven 1.2 theme.
I'd like to put an image where the the search is.
I've removed the search (I don't want it)
Taken from the 'searchform.php' file:
<span style="display:none;"><form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
</form></span>
I'd like to put a picture its place and then make it randomly show another picture on another page. Can this be done? I have reasonable knowledge of CSS and HTML but I always end up with this:
(I've had to censor out the titles because the website isn't open to the public yet)
http://i53.tinypic.com/34nrwjo.png
Any assistance would be greatly appreciated :-)