| Type: | url |
|---|---|
| Inherited: | no |
| Used By: | img, input, link |
| Default: | none |
| See: | pfbsrc-bold pfbsrc-bolditalic pfbsrc src-bold src-bolditalic src-italic type |
Give the URL of the file to load for this objects content - for an img or BUTTON tag, the source of the image, for a link tag with type set to "font", the source of the font file.
Sets the (mandatory) URL of the image
<img src="http://www.mycompany.com/myimage.jpg"/>
Sets the (optional) URL of the button image.
<input type="button" name="imagebutton" src="http://host.com/myimage.jpg"/>
Sets the URL of the font files for embedded fonts
<link name="mytruetypefont" type="font" subtype="OpenType" src="myfont.ttf"/>
<link name="mytype1font" type="font" subtype="Type1" src="charter.afm"
pfbsrc="charter.pfb"/>