I wouldn't apply style to the TD
The search renders in a browser as
<p><input type="text" name="search" size="20"></p>
<p><input type="submit" value="Search"> <input type="reset" value="Reset"></p>
Create a style for input (for the buttons)
You can make some pretty ugly (and probably not universally suppprted) styles
Try this
input {
border: thick groove red;
background-color: Aqua;
color: Black;
font-weight: bold;
text-align: center;
margin: 5px 10px 5px 10px;
width: 200px;
border-color: Blue Black Fuchsia Green;
border-style: double double double double;
border-left-width: thick;
border-right-width: thick;
border-top-width: thick;
font-style: normal;
font: "MS Sans Serif", Geneva, sans-serif;
letter-spacing: 5px;
}
I just like to add the following meta tag in the head section to allow it to look like the users windows settings
<meta http-equiv="MSThemeCompatible" content="Yes">
| Staying within the limits imposed by the search bot, see
|
www.rxs-enterprises.org/tests/search_form.htm
|
| --
| Ron Symonds (Microsoft MVP - FrontPage)
| Reply only to group - emails will be deleted unread.
|
|
| | > Is there any way to modify the font or font colors of the "Search for
| > text"
| > when using the search component in FP2003? Also, is there any way to
| > change
| > the "start search" and "reset" buttons to some sort of custom button?
|
|