Dropping Image Files onto Boxer |
Boxer will react to a dropped image file by creating an HTML image tag declaration in the current file, at the location of the text cursor. The image tag will use the filename, image height, and image width of the dropped image file. The following image file formats are supported: BMP, GIF and JPEG.
Before the image tag is created, a dialog appears to confirm the operation, and to provide access to the image template:
You can control the format of the image tag by editing the HTML Image Tag Template in the upper edit box. The format of the template string can be changed freely, so long as the %1, %2 and %3 sequences appear in the string, and remain associated with the filename (src), width and height properties, respectively. The image tag that will be inserted appears in the lower edit box. Buttons are provided to quickly convert the tag to uppercase or lowercase, as well as a Reset to Default button that will restore the template string to its original form.
|