more questions
|
gilgamesh
Joined: 2002-08-21
Posts: 10 |
Posted: Thu, 2002-08-22 20:31
|
|
ok I wanna put a search box on every page of my gallery not just the first page im sure its easy but I would like an expert opinion. |
|
| Login or register to post comments |

Posts: 22
One easy way would be to add:
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>
<p align="center">
<form action=search.php >
<b>Search</b>: <input type="text" name="searchstring" value="" size="25">
</form></p>
</TD></TR></TABLE><!-- BBCode End -->
to the bottom of wrapper.footer.
[edit]look in your html_wrap folder[/edit]
This would add a search box on the bottom of every page.
(you could put it other places, such ah wrapper.header etc.)
muggles
Posts: 10
cool thanks