Hey thank you very much. But now it is showing in all the pages and posts. How can I just set it up for homepage only?. Iam using old blogspotPut the search box code inside a div or another container. With CSS, add the background image and set the container height or use padding to leave some space above and below the search box.
<style>
#test {
background: url(image_url);
height: desired_height;
}
</style>
<div id="test">
search_box_code
</div>
I'm not sure if that's possible in Blogspot. You would probably need php for that.Hey thank you very much. But now it is showing in all the pages and posts. How can I just set it up for homepage only?. Iam using old blogspot
Hey thank you very much. But now it is showing in all the pages and posts. How can I just set it up for homepage only?. Iam using old blogspot