View Single Post

  #4 (permalink)  
Old 12-03-2006
Ric
 
Posts: n/a
Default Re: picture sent in http with base64

Zbigniew Lisiecki schrieb:
> Ric wrote:
>
>> Zbigniew Lisiecki schrieb:
>>> Hi,
>>> to provide visual confirmation for
>>> http://beztajemnic.evot.org/index.php?s=1
>>> my server is sending data:image/png;base64 in the http protocoll.
>>> This allows to omit writting picture data on the disk,
>>> actually this part of the disk is read only.
>>>
>>> With my KDE/konqueror and Firefox under Linux I can see the
>>> correct picture, but some clients don't see it.
>>> How could I correct this error ?
>>>
>>> thank you in advance
>>> Zbyszek

>> First I would try to make sure the html is correct:-)
>>
>> <img src="data:image/png;.... name="vconf.png"
>>
>> is missing: ", after adding it I see "smover" :-)

>
> Yes Ric,
> is my html correct now ?
> z


Well the image is there now, but you still got some errors:-)


If I open Firefoxs Error-Console I can see two messages, complaining
about a unknown property: boder-top
Should be: border-top
Reply With Quote