Fetches an object that was persisted with persist()
Class Details
[line 30]
IMAGE Form Field Class.
an image form element submits the form to the server just like a submit element does.
example tag: <input type="image" name="fieldname" value="" src="the/source.jpg" alt="alt text" align="left" usemap="yourMap" width="20" height="20" hspace="5" vspace="5" border="2"> what's special about this tag? (for details see class vars.) all the properties:
now i'm not sure what the correct list is. homesite 4.5.2 offers 2 different lists, one is: "left right top middle bottom" and the other has the same options plus these: "texttop absmiddle baseline absbottom" so if you use these settings you better know what you're doing.