How is it done?
I have a cell that I wish to insert a picture from the HD into but I just can't seem to get it to work... I have no problem inserting the picture at the end of the document but not in the cell... thoughts?
Works:
Does not work:
thanks!
-J
I have a cell that I wish to insert a picture from the HD into but I just can't seem to get it to work... I have no problem inserting the picture at the end of the document but not in the cell... thoughts?
Works:
Code:
make new inline picture at end of proposal with properties {file name:"Macintosh HD:Users:User:Misc:pict.jpg", save with document:true}
Does not work:
Code:
make new inline picture at (get cell from table proposalTable row 3 column 3) with properties {file name:"Macintosh HD:Users:User:Misc:pict.jpg", save with document:true}
thanks!
-J