bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Html Export Fire Up My Internet Connection


From: Nardy Pillards
Subject: Re: [Bug-gnubg] Html Export Fire Up My Internet Connection
Date: Wed, 18 Jun 2003 16:33:00 +0200

From: "Mueller, Achim" <address@hidden>
Sent: Wednesday, June 18, 2003 4:04 PM
> Am Mit, 2003-06-18 um 14.40 schrieb address@hidden:
> > When I'm online the logos show up.
> > When I'm offline they don't so I guess it's trying to find the source.
>
> It's because of these two line in the html-file:
>
> src="http://www.w3.org/Icons/valid-xh ...
> src="http://jigsaw.w3.org/...
>
> Thetwo images a taken from an url. I guess your OS is in a way
> configured, that everytime there is a request a new connection to the
> internet is opened.
>
> Maybe someone should put the two images into the html.zip and change the
> links.
>
> Ciao
>
> Achim

The HTML code on the w3.org site:

 <a href="http://validator.w3.org/";><img
src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0!"
height="31" width="88" /></a> <a
href="http://jigsaw.w3.org/css-validator/";><img
src="http://jigsaw.w3.org/css-validator/images/vcss"; alt="Valid CSS!"
height="31" width="88" /></a>

(I omitted the <span class="whiteout"> and </span> tags)

The HTML code of the generated HTML by gnubg:

<a href="http://validator.w3.org/check/referer";><img style="border: 0"
width="88" height="31" src="http://www.w3.org/Icons/valid-xhtml10";
alt="Valid XHTML 1.0!" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer";><img
style="border: 0" width="88" height="31"
src="http://jigsaw.w3.org/css-validator/images/vcss"; alt="Valid CSS!" /></a>

And the link validator.w3.org/check/referer   does not work (anymore?).

So maybe change the HTML code to reflect the one used at www.w3.org ?

Nardy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]