home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 0161b.exe / IMAGE.HDC < prev    next >
Encoding:
Text File  |  1996-09-12  |  920 b   |  24 lines

  1. {Page}
  2. {label top=5 caption="Enter the location of your graphics file."}
  3. {imagefile top=+15 name="image" filetype="jpg,gif"}
  4.  
  5. {label top=+25 width=40 caption="Height of Picture"}
  6. {label top=+0 left=+75 caption="Width of Picture"}
  7. {text top=+15 width=50 name="ImgHeight"}
  8. {text top=+0 left=+75 width=50 name="ImgWidth"}
  9.  
  10. {label top=+25 caption="Alignment of this picture"}
  11. {list top=+15 height=60 values="None|Left|Right" name="IAlign" value="align=[%MYVALUE%]"}
  12.  
  13. {label top=+85 caption="Description of picture"}
  14. {text top=+15 name="ImgAlt"}
  15.  
  16. {label top=+25 caption="Horizontal Gap" width=80}
  17. {label top=+0 left=+5 caption="Vertical Gap"}
  18. {text top=+15 name="hgap" width=40 value=" HSPACE=[%MyValue%]"}
  19. {text top=+0 left=+55 name="vgap" width=40 value=" VSPACE=[%MyValue%]"}
  20. {/Page}
  21.  
  22. {Skeleton}
  23. <IMG SRC="{Image}" HEIGHT={IMGHEIGHT} WIDTH={IMGWIDTH} ALT="{ImgAlt}" {IAlign}{hgap}{vgap}>
  24. {/Skeleton}