www.olympia-boppard.de

post released sites here made with phpwcms
Post Reply
jojostg
Posts: 10
Joined: Fri 9. Sep 2005, 09:21
Contact:

www.olympia-boppard.de

Post by jojostg »

Hi,

I created a little website for a fitness club. I tried to keep the navigation simple but still with a touch design and put a lot of effort in my theme pictures. Hope they always match.

Guess I have to take out my search form because there is something wrong with special characters :-( Any ideas? ;-)

Url is http://www.olympia-boppard.de.

Regards

Jojostg

PS: I LOVE phpwcms for all its possibilities!!!
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

hi jojostg,

your site looks pretty nice. Logo looks good
only the "Seit in Boppard" kann man zumindest
mit/auf meinem Monitor ein wenig schlecht lesen.
Auch der Hover-Effekt in der oberen horizontalen
Navigation könnte für meinen Geschmack ein wenig
deutlicher ausfallen.

Kindergeburtstag. Die Farben finde ich klasse.
Es gibt ausreichend nützlichen Content.
Ich hoffe, dass ihr die Lagekarte lizenzmäßig
im Reinen habt.

Da gab´s in der Vergangenheit schon mal
richtig dicke Abmahnungen, weil da eine
Karte bei map oder stadtplan oder so
gemopst wurde.

Also, Hut ab
Last edited by Klappstuhl28 on Sat 1. Jul 2006, 19:17, edited 2 times in total.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Ah and the problem with the characters:

From your

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
If you change to charset=iso-8859-1 the wrong characters
should disappear.

Ach scheiße, na egal, dann eben auf deutsch weiter:
Die Tabellen für die Öffnungszeiten/Betreuungszeiten:

http://www.olympia-boppard.de/index.php?kinderbetreuung
http://www.olympia-boppard.de/index.php?zeiten

Vielleicht vertragen die Einträge wie "Montag" noch ein "&nbsp;"
oder schlicht eine Leerstelle vorweg,
so dass sie nicht mit dem farbigen Hintergrund beginnen.
Und dann kannst du die einzelnen Punkte mit einem
"margin-top"vielleicht noch vertikal zentrieren.


.tgrau {
background-color: #f5ecf0;
}

Du kannst aber auch die Zellen kleiner bzw. die Schrift
größer machen.

Es grüßt die fleischgewordene Anale Phase :lol:

Tolle Seite :!:
Last edited by Klappstuhl28 on Sat 1. Jul 2006, 19:41, edited 1 time in total.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
jojostg
Posts: 10
Joined: Fri 9. Sep 2005, 09:21
Contact:

Thanks

Post by jojostg »

@ Klappstuhl28: Thanks for all your tips. I've already made some changings.

I changed the chart-set as well but the result have been wrong characters in my whole site but right ones in my search form. It's clear now where my problem is. Guess it's something I can figure out ;-)

Regards

Jojostg
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Re: Thanks

Post by Klappstuhl28 »

jojostg wrote:... but the result have been wrong characters in my whole site but right ones in my search form. )
Hey, you asked for a search-form-solution :lol: :lol: :lol:

The code of your page is diffent to the code of the
CP searchform. I don´t know the error exactly.
Guess that this is caused in the database.

The header-stuff looks ok:
GET / HTTP/1.1[CRLF]
Host: http://www.olympia-boppard.de[CRLF]
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5[CRLF]
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3[CRLF]
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7[CRLF]

Hier steht, dass OG das mit den Chars in der Mache hat:
http://www.phpwcms.de/forum/viewtopic.php?t=11635
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Post Reply