i want to delete default search bar (near menu, top right) from this template. http://www.deluxetemplates.net/2011/01/businessplus-blogger-template.html but i could not find which bunch of lines ,i should delete. any xml expert shall help me?
search for below line in your template <div id='searchbox'> <form action='/search' id='searchthis' method='get'> <div class='content'> <input class='textfield' name='q' size='24' type='text' value=''/> <input class='button' type='submit' value=''/> </div> </form> </div> and delete them or comment them.......
search for below lines in your template <div id='searchbox'>Â <form action='/search' id='searchthis' method='get'>Â <div class='content'>Â <input class='textfield' name='q' size='24' type='text' value=''/>Â <input class='button' type='submit' value=''/>Â </div>Â </form>Â </div> and delete them or comment them
xtrashots9 is correct, just follow his instructions. The question has already been answered so I'm posting just for a little tip, if you use FireBug or developer modes in browsers such as FireFox, Chrome etc... then it'll help you a lot in cases like this. You can use the inspect feature to mouseover elements on the page to inspect the HTML/CSS etc... You can also then right click and remove it altogether, which'll help you identify if there's going to be any implications due to margins/paddings/float etc... In Chrome you can access it by clicking on the Wrench -> Tools -> Developer Tools.