把 Drupal 6 的 search box 的標題拿掉

in

Drupal 6, 即使把 Search Box 的 title 設成 , 他還是會顯示出來, 找了一下, 覺得修改 CSS 的方法最好 (當然還有很多其他方法), 如下:

原文在這裡: http://drupal.org/node/194828

#edit-search-block-form-1-wrapper label
{
  display: none;
}

修改完後, 有 cache 的請記得清掉才會生效.

參考文件:
http://drupal.org/node/224183, 裡面提到的幾篇文章都可以看一下
http://mydrupalblog.lhmdesign.com/node/24, 這篇滿有意思的, 還有說明如何把 search button 換成一個圖片, 並且同時考慮 Firefox 和 IE 的相容性.



回應

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 自動將網址與電子郵件位址轉變為連結。
  • 可使用的 HTML 標籤:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • 自動斷行和分段。
  • Textual smileys will be replaced with graphical ones.

更多關於格式選項的資訊