home *** CD-ROM | disk | FTP | other *** search
- {Page}
- {label top=5 caption="Enter the location of your graphics file."}
- {imagefile top=+15 name="image" filetype="jpg,gif"}
-
- {label top=+25 width=40 caption="Height of Picture"}
- {label top=+0 left=+75 caption="Width of Picture"}
- {text top=+15 width=50 name="ImgHeight"}
- {text top=+0 left=+75 width=50 name="ImgWidth"}
-
- {label top=+25 caption="Alignment of this picture"}
- {list top=+15 height=60 values="None|Left|Right" name="IAlign" value="align=[%MYVALUE%]"}
-
- {label top=+85 caption="Description of picture"}
- {text top=+15 name="ImgAlt"}
-
- {label top=+25 caption="Horizontal Gap" width=80}
- {label top=+0 left=+5 caption="Vertical Gap"}
- {text top=+15 name="hgap" width=40 value=" HSPACE=[%MyValue%]"}
- {text top=+0 left=+55 name="vgap" width=40 value=" VSPACE=[%MyValue%]"}
- {/Page}
-
- {Skeleton}
- <IMG SRC="{Image}" HEIGHT={IMGHEIGHT} WIDTH={IMGWIDTH} ALT="{ImgAlt}" {IAlign}{hgap}{vgap}>
- {/Skeleton}