I just realized that in the write-up I did not include how to change the "Txp:Glass" logo. So here's how it's done. In textpattern under style, click on default and find this line of code: #header h1 a { background: url(../images/logo2.png); border-bottom: none; color: #FFF; display: block; height: 59px; left: 50px; position: relative; text-indent: -9999px; top: 50px; width: 224px; } Replace logo2.png with the filename of your own uploaded image. Then change the width: and height: properties to match the dimensions of your image. In textpattern under the style tab, click on oldie and find this line of code: #header h1 a { background: url(../images/logo2.gif) no-repeat; } Replace logo2.gif with the filename of your own image.