J
jez
Hello,
When inserting an image into an article for publication on the web,
the execCommand method can be used. The code looks like this:
execCommand('InsertImage','','image source').
The third parameter specifies the path and file name of the image to
be inserted.
Is it possible for a border and alignment to be specified for the
inserted image?
(The html code for the image would look like this: <img
src="imagename.jpg", border="0", align="center">
Any help would be appreciated.
Thanks,
Jez
When inserting an image into an article for publication on the web,
the execCommand method can be used. The code looks like this:
execCommand('InsertImage','','image source').
The third parameter specifies the path and file name of the image to
be inserted.
Is it possible for a border and alignment to be specified for the
inserted image?
(The html code for the image would look like this: <img
src="imagename.jpg", border="0", align="center">
Any help would be appreciated.
Thanks,
Jez