Adding tips to search page? Adding tips to search page?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Adding tips to search page?

Started by jenepherre, August 24, 2004, 06:08:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jenepherre

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/
=================================
Jen Robertson
=================================
I don't want to explain, I just want to dance.

Tranz

In search.php, look for:
<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.

jenepherre

Thank you thank you thank you!

That's exactly what I needed.

JenR
=================================
Jen Robertson
=================================
I don't want to explain, I just want to dance.