1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to delete default search bar from this blogger template?

Discussion in 'HTML & Website Design' started by inquisitive2011, Aug 2, 2011.

  1. #1
    inquisitive2011, Aug 2, 2011 IP
  2. xtrashots9

    xtrashots9 Active Member

    Messages:
    260
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    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.......
     
    xtrashots9, Aug 2, 2011 IP
  3. xtrashots9

    xtrashots9 Active Member

    Messages:
    260
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    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, Aug 2, 2011 IP
  4. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #4
    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.
     
    Darkhodge, Aug 2, 2011 IP
  5. inquisitive2011

    inquisitive2011 Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Great help Xtrashots9.
    After little juggling, I got rid of that bar.Thanks a lot.
     
    inquisitive2011, Aug 2, 2011 IP
  6. inquisitive2011

    inquisitive2011 Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thanks for yout tip darkhodge.
     
    inquisitive2011, Aug 2, 2011 IP