• In my about.php I have 4 links that are shown by buttons.

    • http://www.myprivateview.fotografisches.at/?page_id=7
    • I´ve added them, but only one shows to me..
      <div id="button_div">
      <a href="http://wordpress.org/"><img id="button1" src='/images/wordpress.png' alt='' width="80" height="15"/></a>
      <a href="http://www.blumentals.net/htmlpad/"><img id="button2" src='/images/html.png' alt='' width="80" height="15"/></a>
      <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.myprivateview.fotografisches.at/"><img id="button3" src='/images/cssvalid.png' alt='' width="80" height="15"/></a>
      <a href="http://www.fotografisches.at"><img id="button4" src='/images/mysite.png' alt='' width="80" height="15"/></a>
      </div>

      Can anyone tell me please whats the problem?
      Can you see all 4 of them cause some told me they can see them all…
      I am using Firefox for browsing.
      Thank you very much
      lg
      Christina

Viewing 5 replies - 1 through 5 (of 5 total)
  • “src=’/images/wordpress.png”

    It’s very probably the relative url. Change them to
    src=’http://www.blumentals.net/htmlpad/images/wordpress.png&#8221;
    or whatever the correct url to the image is.

    Thread Starter tinarawatta

    (@tinarawatta)

    If I go to “View Source” in the Firefox Web developer plug-in I get that code:
    <div id="button_div">
    <a href="http://wordpress.org/" target="_blank"> </a><br />
    <a href="http://www.blumentals.net/htmlpad/" target="_blank"> </a><br />
    <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.myprivateview.fotografisches.at/" target="_blank"> </a><br />
    <a href="http://www.fotografisches.at" target="_blank"><img id="button4" src='http://www.myprivateview.fotografisches.at/images/mysite.png' alt='' width="80" height="15"/></a>
    </div>

    So the <img......>is only for one picture (the one I can see) availabe, allthough its in the code written…
    Thanks
    Christina

    Thread Starter tinarawatta

    (@tinarawatta)

    The tags are fixed, but the problem is still there…
    Other firefox users told me that they can see my buttons…all 4 of them…
    I deinstalled and installed Firefox again, but that was no solution…
    Mhhh….
    I dont know what to do…
    lg
    Christina

    Thread Starter tinarawatta

    (@tinarawatta)

    Now I can see them!
    Hope they dont disapear again….!
    Thanks
    Christina

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pictures not showing all…’ is closed to new replies.