News:

Support the VirtueMart project and become a member

Main Menu

Float image in invoice/email footer and header?

Started by mailblade, October 11, 2017, 10:41:43 AM

Previous topic - Next topic

mailblade

Good day.

I've added an image to my footer when you navigate to "SHOP - Invoices/Emails".

I'd like to align/float this image on the bottom-right hand side of the page. I've used the following:

<div style="float:right;"> <img /></div>
<img align="right" />
<div style="bottom: 5px; right: 0px; /? <img /> </div>

However, none of these work. When I test it via the link on the Invoices/Emails page, it refuses to move the image to the right.

Any help would be appreciated. Thank you.

mailblade

Just had to use a <p style="text-align: right"><img /></p>


Studio 42

Another solution can be to use HTML tables, TCPDF and email body does support <td align="right" >

mailblade