shreky Posted September 24, 2005 Posted September 24, 2005 Hi, is there a way to get a search box in the header? I would like to transfer the search box from the side to display in my header. Any help would be great. Thanks :)
♥Vger Posted September 24, 2005 Posted September 24, 2005 This is for a site with a logo to the left in the header, and a search box to the right. You also have to make the Search button and name it. <tr> <td rowspan="2" width=211><a href="index.php"><img src="images/logo.gif" width=211 height=86 border=0 alt="Home"></td> <td height=42 align=right><FORM name=quick_find action=advanced_search_result.php method=get> <input type="text" name="keywords" size="10" maxlength="25"> <IMG height=8 src="images/spacer.gif" width=8> <INPUT title="Quick Find" type=image alt="Quick Find" src="images/button_search2.gif" border=0 name=image><IMG height=1 src="images/spacer.gif" width=30></form></td> </tr> Vger
trustco Posted September 25, 2005 Posted September 25, 2005 there is also some code with one of the header menutab contributions that has a small search box up in the top corner of the header, i'll pull the code and post it a bit later... *edit* - that might be the same code above too...lol
Recommended Posts
Archived
This topic is now archived and is closed to further replies.