Forum Discussion
1 Reply
- MarkShnier__YouQrew Legend This worked.
 //An Image can be pasted into a Rich Text field. To resize the image you need to search and replace //the end of it which will be />, with this for a height of 70.
 // style="height: 70px;"/>
 // so the formula becomes
 var text PixelHeight = [my pixel height field];
 var text NewSuffix = " style=\"height: " & ToText($PixelHeight) & "px;\"/>";
 SearchAndReplace([Image], "/>",$NewSuffix)
 ------------------------------
 Mark Shnier (YQC)
 mark.shnier@gmail.com
 ------------------------------