<span class="q"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; Could someone please post the right syntax to add<br>&gt; &quot;background-repeat:no-repeat&quot; so that the background image is only displayed
<br>&gt; once with the follwing example ?&nbsp;&nbsp;And maybe how to center the image with<br>&gt; background-position too ;-) ?<br><br>try<br>(:div style=&quot;background: url(...) center center no-repeat&quot;:)<br><br>Note the &quot;...&quot; to enclose all the style attributes.
</blockquote></span><br><br>It's magic ;-)&nbsp; Thanks a lot !<br><br>Christophe