Announcement

Collapse
No announcement yet.

Changing search button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing search button

    I'm trying to use a graphic for the search button in Act_SearchTemplate.html by replacing:

    <input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">

    with:

    <input type=IMAGE name=ACTION_SEARCH SRC="search-now.gif">

    This displays the graphic OK but generates an error message "Warning: Some of the configuration variables were not found in the HTML templates" on preview. I must be missing something... any idea what?

    TIA
    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    #2
    Put back the line which you have replaced but then comment it out. E.g.

    <!-- the original line -->

    Actinic is complaing about the missing NETQUOTEVAR. Putting it back on the page within comments will keep Actinic happy.
    Chris Brown

    Comment


      #3
      Originally posted by chrisbrown
      Put back the line which you have replaced but then comment it out. E.g.

      <!-- the original line -->

      Actinic is complaing about the missing NETQUOTEVAR. Putting it back on the page within comments will keep Actinic happy.

      Thanks, Chris, you're a star - no error message now

      Malcolm
      ¤ The world wide web needn't cost the earth
      ¤ ARTISAN INTERNET LTD
      ¤ www.artinet.co.uk

      Comment

      Working...
      X