If you’re creating a child theme of twenty eleven, then the template you want to modify is indeed search.php. Just copy the search.php to your child theme and make your modifications.
I’m not really sure if that’s what you are asking. :-/
After a lot of pain!!!!!!! the issue is fixed lol After 3 weeks I have overlooked the obvious !!! so the simple fix was the path of the image. Yes i feel stupid 10 years in lol….
Apparently dreamweaver cs 5 will not use the full path when inserting images into the page example: If you drag the image out of your assets folder or however you do it, DW will give you a path like this <img src=”images/glass.jpg” width=”800″ height=”729″> This is not the full path and when your pist!!! you cant see things like that ;( so the image path should look like this:
<img src=”wp-content/themes/adszoom/images/glass.jpg” width=”800″ height=”729″>