I have a website that needs one of those search boxes that is "invisible". So that only the text is visible and not the actual box. How can I do this? I also don't want a submit button on it. Thanks
Im not sure completely what you are after but if you mean to make an input field's decoration invisible you can simply add the line style="border:none;" directly into the input tag. Else you can add the line border:none; as appropriate if you are using a css stylesheet. If you need the whole search box then simply use the input tag with that property and place inside a form. As im not completely sure what you are after, if you have any questions just pm me.