Hello mauritzius,
Checking your HTML there's a missing part in your header title:
- Code: Select all
<img usemap="#mappe" src="/ocs/logo.jpg" border="0" alt="IGRT Salzburg 2011" /><map name="mappe"> <area title="ÖGMP" shape="rect" coords="6,85,85,163" href="http://www.oegmp.at/" alt="ÖGMP" target="_blank" /> <area title="radART" shape="rect" co
This happens in at least 2 of the pages I could see:
-
Call for papers-
Current conferencesThis is an odd behavior as the header should be same for all pages, as it seems you're using the alternate header option to add the image map.
I would customize the lib/pkp/templates/common/header.tpl to not add the H1 when using that option, allow in more flexible, complex and valid HTML.
Here's an example:
header.tpl.txt
- Customized header.tpl, removing the H1 when using alternate header.
- (4.67 KiB) Downloaded 32 times
I would suggest checking the configuration options of those pages and the database for any inconsistencies, although I couldn't find any "MS Word" code anywhere.
Besides that error in the code, I couldn't find anything else via Firebug or simple code comparison of the index page and the other two listed above.