I have this
echo base_url();
" target="_blank" rel="nofollow">Buy, Sell and use our concierge service today
it is use for an html email
If I look at the email when I receive it in a browser I can see the padding around the text but there isn't any padding when you just look at the email itself. How can I get the padding in the email aswell please?
Thanks
<span
<span style="background-color:#000000; color: #fff; border: none;padding-top: 7px; padding-bottom: 7px; padding-left: 20px; padding-right: 20px; display: inline-block; font-size: 90%;"><a href="<?php echo base_url(); ?>" style="text-decoration: none; color: #fff;" target="_blank">Buy, Sell and use our concierge service today</a></span>
Sorry I seemed to have lost part of the span. It should have been the above