Search bot font size

G

Guest

I successfully and easily created a search page in Front Page, but I cannot
find a way to increase the font size for the search box. I can make the box
bigger but not the font. It is really hard to read. Any ideas? Thanks!
 
G

Guest

Thanks, but it did not work. Here is the code I have now for the searching
part of the page!

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Search Page</title>
<meta name="keywords" content="site keywords here">
<meta name="description" content="site description here">
<link rel="stylesheet" href="twc226a.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css">
#srch input{font-size:20px:font-face:courier,monospace;}
</style>
<meta name="Microsoft Theme" content="twc-t226a 1011, default">
</head>

<body>
<div id="search">
insert search component here
</div>
<div align="left">
<!--webbot bot="Include" u-include="include_top.htm" tag="BODY" --><div
align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="40" class="banner">
<!--webbot bot="Navigation" s-type="banner" s-orientation="horizontal"
s-rendering="text" --></td>
</tr>
</table>
</div>
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%"
id="AutoNumber1">
<tr>
<td width="170" nowrap align="left" valign="top" class="leftcol">
<!--webbot bot="Navigation" s-orientation="vertical"
s-rendering="graphics" s-type="top" b-include-home="TRUE"
b-include-up="FALSE" --><p>
</p>
<p> </p>
</td>
<td width="100%" align="left" valign="top" class="content">
<h1>Search Page </h1>
<p>Use the form below
 
R

Ronx

<div id="search"> should be <div id="srch">

The search component has to go inside this div.
With your code snippet would be changed to

<td width="100%" align="left" valign="top" class="content">
<div id="srch">
<h1>Search Page </h1>
<p>Use the form below .... </p>
Add the web search component here
</div>
</td>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top