Drupal search module
Does anyone know how to remove markup from the theme search box? It produces a lot of extra DIVs and CSS id's.
开发者_StackOverflow中文版Thanks, Mark.
It is very easy thing to do.
First, search your theme (/sites/all/themes/yourtheme). Do you have search-block-form.tpl.php? If so, you can edit it according to your own fashion.
If you don't have search-block-form.tpl.php, you can create it. Follow the very simple instruction in: http://www.bananatools.com/drupal/customizing-search-block-form.html to create it and afterwards change it as you like.
Assuming you installed a custom theme, go to /sites/all/themes/yourtheme
and edit the .tpl.php
and .css
files. If you didn't install a custom theme, you can't re-theme it without making a huge mess.
精彩评论