Klasse Thomas,
es funzt!!!
Wer den KNewsrticker benutzt kann als Icon für die Tickerschlagzeilen folgende Adresse angeben:
http://www.mtb-news.de/favicon.ico
Gruß
Daniel
Hmm..... shit.
Muss nochmal nerven. Anscheinend kommt der Forumsserver mit den ; nicht klar. Wenn ich auf einen Tickerlink klicke, produziert das Forum eine Fehlermeldung der Form:
Keine(n) thread angegeben. Wenn Du einem korrekten Link gefolgt bist, solltest Du den Administrator benachrichtigen.
Dann bleibt als Lösung doch nur, die & als Sonderzeichen zu escapen mit & oder &
Dazu habe ich folgendes beim W3C gefunden:
B.2.2 Ampersands in URI attribute values
The URI that is constructed when a form is submitted may be used as an anchor-style link (e.g., the href attribute for the A element). Unfortunately, the use of the "&" character to separate form fields interacts with its use in SGML attribute values to delimit character entity references. For example, to use the URI "http://host/?x=1&y=2" as a linking URI, it must be written <A href="http://host/?x=1&y=2"> or <A href="http://host/?x=1&y=2">.
We recommend that HTTP server implementors, and in particular, CGI implementors support the use of ";" in place of "&" to save authors the trouble of escaping "&" characters in this manner.