• Re: Another Google Chrome problem?

    From Lawrence D'Oliveiro@21:1/5 to Dale on Sun Jun 15 02:21:22 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    On Sat, 14 Jun 2025 19:17:45 -0400, Dale wrote:

    https://www.dalekelly.org/

    Firefox shows 3 white areas on the page, each of which takes me to
    some off-site link. This is the relevant HTML, as I see it:

    <center><img src="longbeard.jpeg" alt="Me" USEMAP="#map0"></center>
    <map name="map0">
    <area shape="rect" alt="Share" coords="248,47,297,78" href="https://en.wikipedia.org/wiki/Mediumship">
    <area shape="rect" alt="Think" coords="158,20,210,54" href="https://en.wikipedia.org/wiki/Universalism">
    <area shape="rect" alt="Dream" coords="24,31,99,99" href="https://en.wikipedia.org/wiki/Mysticism">
    </map>

    Are there supposed to be additional icon images in there?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Dale on Sun Jun 15 08:18:54 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    On Sun, 15 Jun 2025 03:08:15 -0400, Dale wrote:

    <center><img src="https://www.dalekelly.org/images/longbeard.jpeg"
    alt="Me" USEMAP="#map0"></center>

    It’s a good idea to use relative URLs, rather than explicitly putting the local host name into every URL.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dg1261@21:1/5 to All on Thu Jun 19 20:26:00 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    Since your jpeg is in the images directory, I think you'd need something
    like src="/images/longbeard.jpeg"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)