This patch optimize the "header" and "footer" to be more structured HTML. The "$header_display_address" is now inside <h1> and the "headerLogo" floats on the left side. And you can easily move the logo to the right side with some simple CSS changes:
--------------------8<--------------------
#header h1 {
- margin-left: 158px;
+ margin-right: 158px;
}
#headerLogo {
- float: left;
+ float: right;
}
#main {
- clear: left;
+ clear: right;
}
-------------------->8--------------------
Testet on Windows 2000 with:
* Firefox 1.5
* Internet Explorer 6.0
* Opera 9.0
Greetings,
Tim
original and altered files
Logged In: YES
user_id=529507
Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.