Hi,

Antonio Diaz Diaz wrote:
> Bob Proulx wrote:
> >    <a href="//validator.w3.org/check?uri=referer">
> >      <img src="http://www.w3.org/Icons/valid-xhtml10";
> >           alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
> > 
> > The above works for either http or https pages.  This is what I use on
> > my pages.  I recommend removing the "http:" part from the current page
> > leaving it looking like the above.

And drat but upon a second look I see I messed up the above.  I forgot
to remove the "http:" from the img tag src url.  Drat!  Which means
the entirety of the problem is not solved by it.  I should have said:

  <a href="//validator.w3.org/check?uri=referer">
    <img src="//www.w3.org/Icons/valid-xhtml10"
         alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

I know you went on to write the below.  But I wanted to fix my error
in the above.  :-(

> I have tried to remove the "http:" part (from another page), and it doesn't
> work on a not very recent version of Seamonkey. I think I'll change the
> "http:" to "https:" instead.

I like it.  Using "https:" is certainly always safe.

Bob

_______________________________________________
bug-ed mailing list
bug-ed@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-ed

Reply via email to