Please help with slow image load message

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    Please help with slow image load message

    Hi,

    I have an image that loads slowly since it is a result of a complex
    database calculation. While it is loading, I'd like to show a message
    "Please wait" in the same place the image will appear. Can I just add
    code to the <img src> tag? What should it be?

    Thanks,

    Peter
  • Randell D.

    #2
    Re: Please help with slow image load message


    "Peter" <sduraybito@go. com> wrote in message
    news:5cc68753.0 402051640.7b3ab dea@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I have an image that loads slowly since it is a result of a complex
    > database calculation. While it is loading, I'd like to show a message
    > "Please wait" in the same place the image will appear. Can I just add
    > code to the <img src> tag? What should it be?
    >
    > Thanks,
    >
    > Peter[/color]


    You could try and use an 'ALT' arguement in the <IMG> tag... For example,

    <img src=/images/whatever.jpg alt="this is the text I want displayed while
    image is loading or if images are disabled">

    Hope that helps you,
    randelld


    Comment

    Working...