To add your logo to the Primary Reseller Control Panel, please follow these steps:
I. Create Your Logo Graphic
1. Use an image creator/editor to design your logo graphic
2. The following specs are required:
Minimum width: 250 pixels
Height: 65 pixels
Note: Your may make your logo graphic the header across the entire screen by making it wider.
3. Save your logo graphic as logo.gif or logo.png
II. Upload Your Logo To Netfirms
4. Using an FTP client (eg. Filezilla), upload your logo to Netfirms. Your Primary Reseller Account username and password is indicated in the Welcome Letter we emailed you upon creation your account
Directory: /www
Note: Ensure that the logo is uploaded to the www directory
III. Create a CSS File
5. Using a text editor (eg. Notepad), input the following code into your new css file:
.topframelogo {
background-image: url('logo.gif');
background-position: 0px 0px;
}
6. Name your css file reseller.css
7. Upload your new reseller.css file to the /www directory using FTP