Since the new logo was announced many of you have been asking when the new files will be available and what will be involved. Well today is the day! The new logo files are now online and ready to be downloaded. I'm posting the instructions below. Additional information is available in the Web Toolkit.
Implementing the new sun logo on your site is easy; it's simply a matter of replacing two image files.
* The new image files are being distributed with the same names as the old files, so that users won't have to edit their HTML files. If you renamed your original image files you will have to rename the new files correspondingly.
Web site banners currently consist of three images. The left half of the square, the right half of the logo, and the right hand background photo. Only the left and right logo files will be replaced as illustrated below.
The old left edge of the blue square in the old logo will be replaced with a plain white rectangle.
Old Left Edge - left_logo_edge.gif
New Left Edge - left_logo_edge.gif
The right side of the old logo will be replaced with the new logo.
Old Right Logo - logo_CWRU_navy.gif
New Logo - logo_CWRU_navy.gif
If you're still not seeing the new logo on your site after following the above instructions, you'll want to make sure that the files are in the proper directory and that they have the correct name. To verify what the names and directories should be, go to your site, choose "View Source" and look for something similar to this:
<td><img alt="" id="leftlogo" src="images/left_logo_edge.gif" width="24" height="50" /></td> <td colspan="2" valign="top"> <table cellpadding="0" border="0" cellspacing="0" summary="layout"> <tr> <td><a href="http://www.case.edu"><img alt="case western reserve university" src="images/logo_CWRU_grey.gif" width="300" height="108" /></a></td> <td valign="bottom" class="masthead"><h1>(h1 style) SITE NAME</h1></td>
This example shows that the files left_logo_edge.gif and logo_CWRU_grey.gif are both located in the images directory. If your path looks different, make sure you copy the files to the directory indicated. If your file names don't match, simply rename name your images to match the file names shown in your code.
After uploading the image files again, refresh the page in your browser and the new logo should now be visible.
Comment by dave — July 2, 2007 @12:37 pm
Comment by dave — July 2, 2007 @12:42 pm
Comment by Heidi Cool — July 2, 2007 @1:52 pm
Comment by Case Stevens — July 3, 2007 @12:49 pm
Comment by Heidi Cool — July 3, 2007 @1:08 pm