Just showing you that I do know how you did your hit counter.
This time the www will work.
> http://www.blog.1littleworld.net/
>
> Just showing you that I do know how you did your hit counter.
<lol!>
2,39
0,237
0,18
9,34
and other weird results...
http://tekrider.net/usenet/rtscounter.jpg
> This time the www will work.
Aah, you've fixed your sub-domains. Why the ugly yellow background?
--
-bts
-Friends don't let friends drive Windows
> richard wrote:
>
>> http://www.blog.1littleworld.net/
>>
>> Just showing you that I do know how you did your hit counter.
>
> <lol!>
>
> 2,39
> 0,237
> 0,18
> 9,34
> and other weird results...
>
Just proving my point.
> http://tekrider.net/usenet/rtscounter.jpg
>
>> This time the www will work.
>
> Aah, you've fixed your sub-domains. Why the ugly yellow background?
Because of YOUR settings.
I have no set color for the body background.
I generally avoid doing that because I know people will bitch.
But I just changed it to something you might not like for sure.
<html>
<head>
<title>Blog Page One Little World</title>
<style type="text/css">
#master { width:40em; height:auto; background:#E4E4E4; border:#000; }
#left { width:12em; height:100em; background:#CCFF66; float:left; }
#content { padding:1em; }
#ahead { height:auto; background:#CCFFFF; border:solid 2px #000;
text-align:center; Padding:10px;}
ul {list-style-type:none; margin:1em; }
ul li {background:#CCFFFF; border:solid 2px #000; margin-bottom:3px;
padding:10px; }
</style>
</head>
<body>
<div id="master">
> Beauregard T. Shagnasty wrote:
>> richard wrote:
>>> http://www.blog.1littleworld.net/
>>>
>>> Just showing you that I do know how you did your hit counter.
>>
>> <lol!>
>>
>> 2,39
>> 0,237
>> 0,18
>> 9,34
>> and other weird results...
>
> Just proving my point.
Point being that you don't test stuff...
>> http://tekrider.net/usenet/rtscounter.jpg
>>
>>> This time the www will work.
>>
>> Aah, you've fixed your sub-domains. Why the ugly yellow background?
>
> Because of YOUR settings.
> I have no set color for the body background.
Not everyone has "white" as default. Doing so easily catches when
authors who don't test forget to assign a body color.
> I generally avoid doing that because I know people will bitch.
Heh.
> But I just changed it to something you might not like for sure.
I *LOVE* it!!!!
(but you didn't show your body { } style in your sample here.)
> <style type="text/css">
>
> #master { width:40em; height:auto; background:#E4E4E4; border:#000; }
> #left { width:12em; height:100em; background:#CCFF66; float:left; }
> #content { padding:1em; }
>
> #ahead { height:auto; background:#CCFFFF; border:solid 2px #000;
> text-align:center; Padding:10px;}
> ul {list-style-type:none; margin:1em; }
> ul li {background:#CCFFFF; border:solid 2px #000; margin-bottom:3px;
> padding:10px; }
>
> </style>
--