I have this really weird problem. When I change (or only save) specific language file (in my case czech), than the graphic theme on my gallery is not displayed correctly in Internet Explorer (however in Firefox it is still ok).
Link to my gallery in english (with correct display of theme Oranje in IE):
http://santoro.ic.cz/index.php?lang=english (in
Link to my gallery in czech (with incorrect display of theme Oranje in IE):
http://santoro.ic.cz/index.php?lang=czech
See what happens in attached jpg.
Does anybody have some eplanation for this? Thanks!
Ingor the advertising stripe on the top (it's not mine - the free webhoster implements it on my page automatically).
Here is even a link to my page with unchanged czech language:
http://santoro.ic.cz/index.php?lang=czechunchanged
If you want consistent results then use valid HTML in the first place.
What's not valid? :)
Dumping this above the <html> tag is not valid. It needs to go somewhere *inside* the page.
<!-- add search box -->
<div style="position:absolute; top:40px; right:150px">
<form method="get" action="thumbnails.php" name="searchcpg">
<input type="hidden" name="album" value="search">
<input type="hidden" name="type" value="full">
<input type="text" style="width: 150px" name="search" maxlength="255" value="" class="textinput">
<input type="submit" value="HLEDEJ">
</form>
</div>
I tried to put it away, but it doesn't solve the problem :(
I have this problem even with unmodified theme Oranje.
Quote from: santoro on December 04, 2007, 07:09:14 PM
What's not valid? :)
Check for yourself: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsantoro.ic.cz%2F
Probably the BOM:
Warning Byte-Order Mark found in UTF-8 File.
The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.
Make sure you make your edits with something that doesnt create a BOM when editing UTF-8 files.
I see. Thanks Nibbler.
I was using Windows Commander notepad to edit the language file. Can you recommend me some another, more proper editor?
I don't use windows.
Check Tools recommended by the devs (http://forum.coppermine-gallery.net/index.php?topic=31423.0).
Or try Notepad++ (http://notepad-plus.sourceforge.net/)