View Full Version : Google Search Text Size


zara
07-14-2006, 02:18 PM
http://elijah.netg.se/header.php

see in the sidebar, you can see "google search box". See the letters? They are kinda bi, black. I was wondering how to make em smaller thru CSS, since we are not allowed to edit the code at all!

I noticed something itneresting. When I removed the link to my stylesheet, the text of the google search became SMALLER! That means there must be something in my stylesheet that makes the text bigger, no?

But in my stylesheet, I have tahoma 10Px,

Can anybody PLEEEEASE help me! Please! :(

zara
07-14-2006, 02:25 PM
I noticed something. If I pout this in my file

<style type="text/css">
body
{
color: #000000;
font: 8pt times new roman; sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;}
</style>

the tesxt on the google search gets smaller! But then the rest of the tex ton my page also gets in times no roman and I dont want that :/ What canI do?

pb&j
07-14-2006, 03:05 PM
try using a class then...

<style type="text/css">
.special
{
color: #000000;
font: 8pt times new roman; sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;}
</style>

then surround your search area with a div or span...

<span class="special">
google search coding here.
</span>

zara
07-17-2006, 12:00 PM
you are a genious!!!!

pb&j
07-17-2006, 05:17 PM
cool. just a bit more to become... super-genious! mwha-ha-ha! :D