1
Why does my transparent logo.png show up with a white background
Question asked by Lorne Moffat - 1/18/2016 at 12:50 PM
Answered
I am trying to add our companies logo to the login page of smartermail but it always shows with a white background

2 Replies

Reply to Thread
1
Matt Petty Replied
Employee Post Marked As Answer
<div id='logo' style='max-width:420px;'>
<center><img style='max-width:600px;max-height:200px;' src='http://prod.static.cardinals.clubs.nfl.com/nfl-assets/img/gbl-ico-team/ARI/logos/home/large.png' /></center>
</div>
Try that above. What makes this not have a background is that the first div's ID is not "companyinfo" which applies some default styling to the login page.
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Fernando Andreotti Replied
Thanks Matt.
helped me a lot!

Reply to Thread