PDA

View Full Version : Logo Position on Web Interface


anthonyatech
August 28th, 2019, 09:23 PM
Hey everyone. First, thanks for the assistance upfront and taking the time to possibly help out. I have recently updated my logo. It has always kind of bothered me that the logon screen was never centered. Since updating my logo, I have spent some time working on this and I have edited all of the actual HTML files in the WebInterface\Files and now have the logo and logon divisions centered. However, when I log into the site to utilize it, the logo goes to the far left of the window. Does anyone know what files have to be modified to center the logo? As a side note, the <center> and align="center" do not work except for in the text based footer. Any insight would be greatly appreciated!

Support Team
August 29th, 2019, 06:04 AM
Assuming that you added your logo to RangerMSP Web Interface as explained in this article, you should be able to set the <div> tag with "align" attribute in the header files (MyOfficeSetting1.txt, MyOfficeSettingMobile1.txt) to get the logo centered. For example:


<div align="center">
<img src="../Files/mylogo.jpg" >
</div>


Please note that you should restart the CRM Web Interface service or IIS (if in use) to refresh the changes made in the header file.

Hope this helps.