matrix1000 Posted December 10, 2002 Posted December 10, 2002 I would like to make my search box look like the one at the top of the page at this site http://www.phpfreaks.com/index.php Would you please post the code that will do that. Thanks
CC Posted December 10, 2002 Posted December 10, 2002 You cant just post the code for something like that. It is a complete change of html code. And will include images if you want the same round corner design to it. Just do your own html, then move the search code to the place you want it. And dont just say it like you have, ppl will never just paste the code for you if you presume that they just will. No one gets paid here, and no one has time to throw away, so try and be more descriptive with what you want and maybe someone will offer you assistance. HTH CC.
rubygirl Posted December 11, 2002 Posted December 11, 2002 well another option might be to simply check the code you are interested in and then "wing it". Here is a SAMPLE piece of code: <TD ROWSPAN="2" ALIGN="LEFT" VALIGN="TOP" class="td1"><FORM METHOD="POST" ACTION="/search.php"> <TABLE width="175" border="0" cellpadding="0" cellspacing="0"> <TR> <TD height="15" align="left" valign="bottom"> </TD> </TR> <TR> <TD width="130" valign="middle" align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#FFFFFF">Search: </font> <input name="words" type="text" size="12" style="background-color:white; height:18px; width:70px; font-family:Verdana; font-size:10px;"></TD> <TD align="left" valign="top"><input name="Submit" type="image" value="Submit" src="/images/search_go_button.jpg"></TD> </TR> </table> </FORM></TD> if you want to know what it looks like, just copy and paste into a text editor and save as something.html - then look at the page and you should be able to figure it out. Hope that helps!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.