Viewing 5 replies - 1 through 5 (of 5 total)
  • It has 2 search buttons because the first one is part of an input graphic. The second one is the ‘real’ button.

    style.css (line 241)

    .Search form {
    background:transparent url(images/SearchForm.gif) no-repeat left top;
    margin:0;
    padding:0;
    }

    Check wp-content/themes/dilectio/dilectio/images/SearchForm.gif.

    Thread Starter disneymaniac

    (@disneymaniac)

    So should I remove it? Also, how do I get the real one to go into the search box?

    i saw into ur css and i found the problem u add the search button into ur css search class .

    .Search  input.search { width: 27px; height: 24px; background: url(./images/SearchButton.gif) no-repeat;}

    u can keep that .
    and u add the button into ur hrml also

    <li><a href="https://silvys.com/blog/index.php/comments/feed/">Comments</a> (RSS) <img src="https://silvys.com/blog/wp-content/themes/dilectio/dilectio/images/Synico.png" height="10"></li>

    remove that line and add

    <li><a href="https://silvys.com/blog/index.php/comments/feed/">Comments</a> (RSS)</li>
    
    and thats it
    Thread Starter disneymaniac

    (@disneymaniac)

    We are looking at to different things. The button that I added to my html is (was the) little rss image. I am talking about the button to submit the search. There is to of them. I can get rid of the fake one, but I don’t know how to get the real one into the search box.

    Thread Starter disneymaniac

    (@disneymaniac)

    I got it, thanks for everyone’s help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Have two search buttons’ is closed to new replies.