• Resolved achudnow

    (@achudnow)


    I’ve hard coded (complete URL) a graphic (xml_button.gif) using a Textbox Widget on my Sidebar. It appears just fine on the Home page but upon navigating to any other page the graphic disappears and the “alt” text for the graphic appears. I scoured the Codex and search both the Docs and Support Forums but can find no reference to a similar problem.

    Any suggestions would be helpful.

    Thank you,
    Alan

Viewing 3 replies - 1 through 3 (of 3 total)
  • I cannot directly see what the problem is. I have tested some changes to your Stylesheet to no effect, but I found your <img> tag a bit puzzling. It looks like this:
    <img src="images/xml_button.gif"
    alt="Subscribe to my feed"
    width="36" height="14" border="0" scr=https://www.collectingsf.com/bookworm/images/xml_button.gif" />

    Why do you have two ‘src’ attributes? Can this cause the problem. You are trying to get the same picture using both a relative and an absolute URL.

    Why?

    Thread Starter achudnow

    (@achudnow)

    Petit,

    Thank you! The first reference to the relative path “images/xml_button.gif” was mistakenly left in when I inserted the absolute path. It seemed to be causing the problem.

    Thanks for pointing it out to me. Guess it’s true that you can’t alway proof read your own work!

    Cheers,
    Alan

    True ehough ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disappearing graphic in Textbox Widget’ is closed to new replies.