Welcome to TalkGraphics.com
Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Site Search

  1. #21

    Default Re: Site Search

    As explained in post #13

  2. #22

    Default Re: Site Search

    Thanks guys, have it sorted finally, please excuse me being a beginner at this...

    So if this can help anyone out, I draw a box, go to placeholder, & copy this html code, the I copy & paste the glass icon, put it to behind in arrange, & hey presto, I have a pretty cool looking search site box!

    Hope this helps someone, here's the html code:

    <form method="get" action="http://www.alanwichert.com/search/search.php">
    <table cellpadding="0px" cellspacing="0px">
    <tr>
    <td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px;">
    <input type="text" name="zoom_query" style="width:100px; border:0px solid; height:18px; padding:0px 3px; position:relative;">
    </td>
    <td style="border-style:solid;border-color:#4B7B9F;border-width:1px;">
    <input type="submit" value="" style="border-style: none; background: url('searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
    </td>
    </tr>
    </table>
    </form>

  3. #23

    Default Re: Site Search

    Yes this is similar to post 13.

    I copy & paste the glass icon, put it to behind in arrange
    Remember that the searchbutton3.gif will not be named searchbutton3.gif on export if you simply put it on your WD page.
    It has to be manually copied to the index_htm_files folder or added itself as a placeholder via the 'Replace with Graphic File' option.

    You would also need to edit the code and change it from:
    background: url('searchbutton3.gif')
    to
    background: url('index_htm_files/searchbutton3.gif')

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •