Current location: Hot Scripts Forums » General Web Coding » CSS » Search Box


Search Box

Reply
  #1 (permalink)  
Old 05-31-06, 08:08 PM
kenneth03's Avatar
kenneth03 kenneth03 is offline
Newbie Coder
 
Join Date: May 2006
Location: Laguna
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Search Box

Please give me the source code for changing the font style of the text(s) found inside the search box. Thanks...
Reply With Quote
  #2 (permalink)  
Old 06-01-06, 06:43 AM
Rayden Rayden is offline
Newbie Coder
 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
are you loking for html tags for this:
Code:
<font color=blue size='12' face= 'Verdana'>Search Box</font>
well this can be generate with microsoft frontpage
Reply With Quote
  #3 (permalink)  
Old 06-01-06, 03:30 PM
jfulton's Avatar
jfulton jfulton is offline
Community VIP
 
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
You mean an input (text) box? Use css.
Code:
input {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  border: 1px solid black;
}
Something like that should work. (Of course, this will style ANY input element, so you'll probably be better off using classes or ids.)
Reply With Quote
  #4 (permalink)  
Old 06-01-06, 03:35 PM
Rayden Rayden is offline
Newbie Coder
 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
jfulton is right and in the input tag add this:
Code:
<input type="text" value="The original text here" name="The original name here" class="submit">
Reply With Quote
  #5 (permalink)  
Old 06-02-06, 01:34 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Moved to CSS.
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
  #6 (permalink)  
Old 06-22-06, 09:50 AM
kenneth03's Avatar
kenneth03 kenneth03 is offline
Newbie Coder
 
Join Date: May 2006
Location: Laguna
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
I would like to have a "search box" in my blog website that would only search keywords inside my own website / blog.
Reply With Quote
  #7 (permalink)  
Old 06-22-06, 10:15 AM
jfulton's Avatar
jfulton jfulton is offline
Community VIP
 
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
While we're at it, I would like some strippers and a bottle of tequila.

http://www.askdavetaylor.com/how_can..._web_site.html
https://services.google.com/cobrand/free_trial
http://www.google.com/searchcode.html

I'm sure you can find much more if you just try searching!
Reply With Quote
  #8 (permalink)  
Old 06-23-06, 06:00 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Quote:
Originally Posted by jfulton
While we're at it, I would like some strippers and a bottle of tequila.
ROTFL You need to be specific when you make a request like that! How many strippers did you want exactly? jk
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO Expert Available nakulgoyal Job Offers & Assistance 2 08-14-04 12:38 PM
Shout box, comment box, or search script. Need help to find all! Spreegem Script Requests 1 05-29-04 09:45 PM
Simple search script niceguyonline Script Requests 3 03-07-04 11:09 PM
Declared Functions skipper23 PHP 4 12-17-03 10:06 AM
index page not showing up skipper23 PHP 3 12-15-03 01:10 PM


All times are GMT -5. The time now is 01:51 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.