Use CSS to style the search results. Example:
In Code View add
<style type="text/css">
#srch {color:silver;}
#srch td, #srch caption #srch p{color:silver;}
</style>
to the <head>...</head> of the page.
Then wrap the searchbot in a div:
<div id="srch">
<!--webbot bot="search" ..... >
</div>
The text and results table will all be silver in colour (change this to suit
your web), hyperlinks will be the same colours as elsewhere on the page.
Note: only tested in IE6, Netscape 4 may not be as expected.
--
Ron
Reply only to group - all emails will be deleted unread.
Rawley said:
I've used FP 2003 to create a search form on my website at
www.dobco.net.
The good news is, it works fine. The bad news is that it seems to
automatically display the data in a gridded box/table. The table header is
black (which doesn't showup well on the color of the background). Is there
anything that I can do about this?