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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -