en başa data:text/html, bunu koy
"data:text/html,<html>
<head>
<style type = 'text/css'>
body {
background-color: #FFFFFF;
}
html,body{
padding:0px;
margin:0px;
height:100%;
width:100%;
}
</style>
</head>
<body>
<img src= 'data:image/jpg;base64," & Base64Encode (resim_gallery::resim1) & "'/>
<img src= 'data:image/jpg;base64," & Base64Encode (resim_gallery::resim2) & "'/>
<img src= 'data:image/jpg;base64," & Base64Encode (resim_gallery::resim3) & "'/>
<img src= 'data:image/jpg;base64," & Base64Encode (resim_gallery::resim4) & "'/>
</body>
</html>"