Kbase P12042: Image on the form does not display
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/9/2005 |
|
Status: Unverified
FACT(s) (Environment):
Webspeed 3.1x
SYMPTOM(s):
Image on the form does not display
gif image in c:\inetpub\wwwroot\images directory
<img src="/images/compulogo1.gif" alt="COMPULOGO1.gif"> does not display image
CAUSE:
The HTML code for displaying image is coded wrong
FIX:
Code should be
<img src="/images/compulogo1.gif" alt="COMPULOGO1.gif"
alt="\images\compulogo1.gif">