Ang Talunin hu kiteb:
[color=blue]
> Ok, so i tried this::
>
> <img class="b" width=0 height=0 border=0
> src="http://url/cgi/counter.pl/teller" >
>
> and this in the <head>:
>
> <style>
> img.b {
> display: block;
> }
> </style>
>
> But that isn't working...
>
> What's wrong with it?[/color]
Try
<style type="text/css">
<!--
img.b { display: none; }
// -->
</style>
Note the keyword "none". Also, as I said earlier, width=0 is NOT a valid
attribute. Only integers 1 or greater are valid. Same goes for height.
One point: If you do successfully set it not to show, some browsers
might 'intelligently' decide to save bandwidth by not downloading a file
that the browser knows won't be displayed at all.
[color=blue][color=green]
>> Another option is to place this image next to another larger image
>> that you want to be visible, so people won't notice it.[/color]
> That's not very nice[/color]
Neither are images that serve no useful function in the interface from
the visitor's pov.
Last point, if you are actually paying for your web space as a
particular service (as opposed to, say, web access plus web space as a
package), and they wont give access to logs at all, complain loudly.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk