html - background image outlook reapetable -


Hello, I have a weird problem with background image in Outlook . I implemented a background image for the mail, it is working with some images, but the other (same format - jpg , same dimension) is displayed in small form and they can fill the whole cell Here are the codes to be repeated:

   gt; & Lt; V: rect xmlns: v = "blur: schemas-microsoft-com: vml" href = "& lt;% = url% & gt; Fill = "true" stroke = "wrong" style = "width: 648px; height: 324px;" & Gt; & Lt; V: fill type = "tile" src = "& lt;% = ImageUrl%>" Color = "# becbd0" / & gt; & Lt; V: text box inset = "0,0,0,0" & gt; & Lt; [Endif] - & gt;  

This is the asp.net code, then <% = ImageUrl%> is the proper image URL.

UPDATE What was done for me v: Type = "tile" to type type = "frame" in the fill tag.


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -