forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: jenepherre on August 24, 2004, 06:08:13 pm

Title: Adding tips to search page?
Post by: jenepherre on August 24, 2004, 06:08:13 pm
I want to add some tips to my search page based on the keywords I've entered on my photos.  Where on the search page can I safely put this info without messing up the code?

JenR
http://www.qafscans.com/
Title: Re: Adding tips to search page?
Post by: Tranz on August 24, 2004, 07:00:55 pm
In search.php, look for:
Code: [Select]
<td class="tableb" align="center" height="60">
ADD CODE HERE
  <input type="input" style="width: 90%" name="search" maxlength="255" value="" class="textinput">
OR HERE
</td>
You can add HTML code between the td tags before or after the input tag.
Title: Re: Adding tips to search page?
Post by: jenepherre on August 25, 2004, 01:50:22 pm
Thank you thank you thank you!

That's exactly what I needed.

JenR